Html Css Color HEX #D41409 Free Speech Red

📋 copy color: '#D41409'

red 212 ◦ green 20 ◦ blue 9

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

Shades of Free Speech Red #D41409

Tints of Free Speech Red #D41409

RGB

 RED value IS 212 (83.2% from 255) = 87.97%

 GREEN value IS 20 (8.2% from 255) = 8.3%

 BLUE value IS 9 (3.91% from 255) = 3.73%

R = 87.97%
G = 8.3%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D41409 (or 0xD41409) is known color: Free Speech Red. HEX triplet: D4, 14 and 09. RGB value is (212,20,9). Sum of RGB (Red+Green+Blue) = 212+20+9=241 (31% of max value = 765). Red value is 212 (83.20% from 255 or 87.97% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 212 - color contains mainly: red. Hex color #D41409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41409 is #2BEBF6. Grayscale: #4C4C4C. Windows color (decimal): -2878455 or 595156. OLE color: 595156.

HSL color Cylindrical-coordinate representation of color #D41409: hue angle of 3.25º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D41409 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 9 -
CMYK 0 0.91 0.96 0.17
HSL 3.25º 0.92% 0.43% -
HSV(B) 3.25º 0.96% 0.83% -
XYZ 27.45 14.52 1.61 -
YUV 76.15 90.11 224.89 -
System Red Green Blue C M Y K H S L
Decimal 212 20 9 0 0.91 0.96 0.17 3.25 0.92 0.43
Hex D4 14 9 0 5B 60 11 3 5C 2B
Octal 324 24 11 0 133 140 21 3 134 53
Binary 11010100 10100 1001 0 1011011 1100000 10001 11 1011100 101011

Color Harmonies of #D41409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41409

Black with #D41409

Text Example


Text Example

White with #D41409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41409; }

 p { color: rgb(212,20,9); }

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

background-color css

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

 a { background-color: rgb(212,20,9); }

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

border-color css

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

 span { border-color: rgb(212,20,9); }

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