Html Css Color HEX #D40F09 Free Speech Red

📋 copy color: '#D40F09'

red 212 ◦ green 15 ◦ blue 9

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

Shades of Free Speech Red #D40F09

Tints of Free Speech Red #D40F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.36%

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

R = 89.83%
G = 6.36%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D40F09 (or 0xD40F09) is known color: Free Speech Red. HEX triplet: D4, 0F and 09. RGB value is (212,15,9). Sum of RGB (Red+Green+Blue) = 212+15+9=236 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.83% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40F09 is #2BF0F6. Grayscale: #494949. Windows color (decimal): -2879735 or 593876. OLE color: 593876.

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

Color convert

RGB 212 15 9 -
CMYK 0 0.93 0.96 0.17
HSL 1.77º 0.92% 0.43% -
HSV(B) 1.77º 0.96% 0.83% -
XYZ 27.37 14.36 1.59 -
YUV 73.22 91.77 226.99 -
System Red Green Blue C M Y K H S L
Decimal 212 15 9 0 0.93 0.96 0.17 1.77 0.92 0.43
Hex D4 F 9 0 5D 60 11 2 5C 2B
Octal 324 17 11 0 135 140 21 2 134 53
Binary 11010100 1111 1001 0 1011101 1100000 10001 10 1011100 101011

Color Harmonies of #D40F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40F09

Black with #D40F09

Text Example


Text Example

White with #D40F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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