#D20D02

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

Shades of Free Speech Red #D20D02

Tints of Free Speech Red #D20D02

Color information

#D20D02 (or 0xD20D02) is unknown color: approx Free Speech Red. HEX triplet: D2, 0D and 02. RGB value is (210,13,2). Sum of RGB (Red+Green+Blue) = 210+13+2=225 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.33% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20D02 is #2DF2FD. Grayscale: #464646. Windows color (decimal): -3011326 or 134610. OLE color: 134610.

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

Color convert

RGB210132-
CMYK00.940.990.18
HSL3.17º98.11%41.57%-
HSV(B)3.17º99.05%82.35%-
XYZ26.7313.991.35-
YUV70.6589.27227.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 93.33%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=93.33%
G=5.78%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013200.940.990.183.1798.1141.57
HexD2D205E63123622a
Octal322152013614322314252
Binary1101001011011001011110110001110010111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20D02; }

 p { color: rgb(210,13,2); }

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

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

 a { background-color: rgb(210,13,2); }

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

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

 span { border-color: rgb(210,13,2); }

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