#D40D08

Color #D40D08 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #D40D08

Tints of Free Speech Red #D40D08

Color information

#D40D08 (or 0xD40D08) is unknown color: approx Free Speech Red. HEX triplet: D4, 0D and 08. RGB value is (212,13,8). Sum of RGB (Red+Green+Blue) = 212+13+8=233 (30% of max value = 765). Red value is 212 (83.20% from 255 or 90.99% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40D08 is #2BF2F7. Grayscale: #484848. Windows color (decimal): -2880248 or 527828. OLE color: 527828.

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

Color convert

RGB212138-
CMYK00.940.960.17
HSL1.47º92.73%43.14%-
HSV(B)1.47º96.23%83.14%-
XYZ27.3414.31.55-
YUV71.9391.93227.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 90.99%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=90.99%
G=5.58%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213800.940.960.171.4792.7343.14
HexD4D805E601115d2b
Octal3241510013614021113553
Binary11010100110110000101111011000001000111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40D08; }

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

 H1.HeaderClassName
 {
   color: #D40D08;
 }
 .AnyTagClassName
 {
   color: #D40D08;
 }
</style>
background-color css

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

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

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

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

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

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