#D20F06

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

Shades of Free Speech Red #D20F06

Tints of Free Speech Red #D20F06

Color information

#D20F06 (or 0xD20F06) is unknown color: approx Free Speech Red. HEX triplet: D2, 0F and 06. RGB value is (210,15,6). Sum of RGB (Red+Green+Blue) = 210+15+6=231 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.91% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20F06 is #2DF0F9. Grayscale: #484848. Windows color (decimal): -3010810 or 397266. OLE color: 397266.

HSL color Cylindrical-coordinate representation of color #D20F06: hue angle of 2.65º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D20F06 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB210156-
CMYK00.930.970.18
HSL2.65º94.44%42.35%-
HSV(B)2.65º97.14%82.35%-
XYZ26.7814.061.47-
YUV72.2890.6226.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 90.91%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=90.91%
G=6.49%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015600.930.970.182.6594.4442.35
HexD2F605D611235e2a
Octal322176013514122313652
Binary11010010111111001011101110000110010111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20F06; }

 p { color: rgb(210,15,6); }

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

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

 a { background-color: rgb(210,15,6); }

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

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

 span { border-color: rgb(210,15,6); }

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