Html Css Color HEX #D20F06 Free Speech Red

📋 copy color: '#D20F06'

red 210 ◦ green 15 ◦ blue 6

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

Shades of Free Speech Red #D20F06

Tints of Free Speech Red #D20F06

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.6%

R = 90.91%
G = 6.49%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D20F06 (or 0xD20F06) is known color: 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

RGB 210 15 6 -
CMYK 0 0.93 0.97 0.18
HSL 2.65º 0.94% 0.42% -
HSV(B) 2.65º 0.97% 0.82% -
XYZ 26.78 14.06 1.47 -
YUV 72.28 90.6 226.23 -
System Red Green Blue C M Y K H S L
Decimal 210 15 6 0 0.93 0.97 0.18 2.65 0.94 0.42
Hex D2 F 6 0 5D 61 12 3 5E 2A
Octal 322 17 6 0 135 141 22 3 136 52
Binary 11010010 1111 110 0 1011101 1100001 10010 11 1011110 101010

Color Harmonies of #D20F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F06

Black with #D20F06

Text Example


Text Example

White with #D20F06

Text Example


Text Example

HTML Codes & Css Web 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>