Html Css Color HEX #D40D0B Free Speech Red

📋 copy color: '#D40D0B'

red 212 ◦ green 13 ◦ blue 11

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

Shades of Free Speech Red #D40D0B

Tints of Free Speech Red #D40D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.51%

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 89.83%
G = 5.51%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D40D0B (or 0xD40D0B) is known color: Free Speech Red. HEX triplet: D4, 0D and 0B. RGB value is (212,13,11). Sum of RGB (Red+Green+Blue) = 212+13+11=236 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.83% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40D0B is #2BF2F4. Grayscale: #484848. Windows color (decimal): -2880245 or 724436. OLE color: 724436.

HSL color Cylindrical-coordinate representation of color #D40D0B: hue angle of 0.6º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40D0B is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 13 11 -
CMYK 0 0.94 0.95 0.17
HSL 0.6º 0.9% 0.44% -
HSV(B) 0.6º 0.95% 0.83% -
XYZ 27.36 14.31 1.64 -
YUV 72.27 93.43 227.66 -
System Red Green Blue C M Y K H S L
Decimal 212 13 11 0 0.94 0.95 0.17 0.6 0.9 0.44
Hex D4 D B 0 5E 5F 11 1 5A 2C
Octal 324 15 13 0 136 137 21 1 132 54
Binary 11010100 1101 1011 0 1011110 1011111 10001 1 1011010 101100

Color Harmonies of #D40D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40D0B

Black with #D40D0B

Text Example


Text Example

White with #D40D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40D0B; }

 p { color: rgb(212,13,11); }

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

background-color css

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

 a { background-color: rgb(212,13,11); }

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

border-color css

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

 span { border-color: rgb(212,13,11); }

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