Html Css Color HEX #D41609 Free Speech Red

📋 copy color: '#D41609'

red 212 ◦ green 22 ◦ blue 9

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

Shades of Free Speech Red #D41609

Tints of Free Speech Red #D41609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

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

R = 87.24%
G = 9.05%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D41609 (or 0xD41609) is known color: Free Speech Red. HEX triplet: D4, 16 and 09. RGB value is (212,22,9). Sum of RGB (Red+Green+Blue) = 212+22+9=243 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.24% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 212 - color contains mainly: red. Hex color #D41609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41609 is #2BE9F6. Grayscale: #4D4D4D. Windows color (decimal): -2877943 or 595668. OLE color: 595668.

HSL color Cylindrical-coordinate representation of color #D41609: hue angle of 3.84º 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 #D41609 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 9 -
CMYK 0 0.90 0.96 0.17
HSL 3.84º 0.92% 0.43% -
HSV(B) 3.84º 0.96% 0.83% -
XYZ 27.49 14.59 1.63 -
YUV 77.33 89.45 224.06 -
System Red Green Blue C M Y K H S L
Decimal 212 22 9 0 0.90 0.96 0.17 3.84 0.92 0.43
Hex D4 16 9 0 5A 60 11 4 5C 2B
Octal 324 26 11 0 132 140 21 4 134 53
Binary 11010100 10110 1001 0 1011010 1100000 10001 100 1011100 101011

Color Harmonies of #D41609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41609

Black with #D41609

Text Example


Text Example

White with #D41609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41609; }

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

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

background-color css

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

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

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

border-color css

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

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

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