Html Css Color HEX #DA0400 Free Speech Red

📋 copy color: '#DA0400'

red 218 ◦ green 4 ◦ blue 0

#DA0400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #DA0400

Tints of Free Speech Red #DA0400

RGB

 RED value IS 218 (85.55% from 255) = 98.2%

 GREEN value IS 4 (1.95% from 255) = 1.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.2%
G = 1.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA0400 (or 0xDA0400) is known color: Free Speech Red. HEX triplet: DA, 04 and 00. RGB value is (218,4,0). Sum of RGB (Red+Green+Blue) = 218+4+0=222 (29% of max value = 765). Red value is 218 (85.55% from 255 or 98.20% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0400 is #25FBFF. Grayscale: #434343. Windows color (decimal): -2489344 or 1242. OLE color: 1242.

HSL color Cylindrical-coordinate representation of color #DA0400: hue angle of 1.1º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 4 0 -
CMYK 0 0.98 1 0.15
HSL 1.1º 1% 0.43% -
HSV(B) 1.1º 1% 0.85% -
XYZ 28.96 14.99 1.37 -
YUV 67.53 89.9 235.33 -
System Red Green Blue C M Y K H S L
Decimal 218 4 0 0 0.98 1 0.15 1.1 1 0.43
Hex DA 4 0 0 62 64 F 1 64 2B
Octal 332 4 0 0 142 144 17 1 144 53
Binary 11011010 100 0 0 1100010 1100100 1111 1 1100100 101011

Color Harmonies of #DA0400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0400

Black with #DA0400

Text Example


Text Example

White with #DA0400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0400; }

 p { color: rgb(218,4,0); }

 H1.HeaderClassName
 {
   color: #DA0400;
 }
 .AnyTagClassName
 {
   color: #DA0400;
 }
</style>

background-color css

<style>
 a { background-color: #DA0400; }

 a { background-color: rgb(218,4,0); }

 div.DivClassName
 {
   background-color: #DA0400;
 }
 .BgClassName
 {
   background-color: #DA0400;
 }
</style>

border-color css

<style>
 span { border-color: #DA0400; }

 span { border-color: rgb(218,4,0); }

 td.TdClassName
 {
   border-color: #DA0400;
 }
 .TagClassName
 {
   border-color: #DA0400;
 }
</style>