Html Css Color HEX #D21006 Free Speech Red

📋 copy color: '#D21006'

red 210 ◦ green 16 ◦ blue 6

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

Shades of Free Speech Red #D21006

Tints of Free Speech Red #D21006

RGB

 RED value IS 210 (82.42% from 255) = 90.52%

 GREEN value IS 16 (6.64% from 255) = 6.9%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 90.52%
G = 6.9%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D21006 (or 0xD21006) is known color: Free Speech Red. HEX triplet: D2, 10 and 06. RGB value is (210,16,6). Sum of RGB (Red+Green+Blue) = 210+16+6=232 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.52% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 210 - color contains mainly: red. Hex color #D21006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21006 is #2DEFF9. Grayscale: #494949. Windows color (decimal): -3010554 or 397522. OLE color: 397522.

HSL color Cylindrical-coordinate representation of color #D21006: hue angle of 2.94º 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 #D21006 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 16 6 -
CMYK 0 0.92 0.97 0.18
HSL 2.94º 0.94% 0.42% -
HSV(B) 2.94º 0.97% 0.82% -
XYZ 26.8 14.09 1.48 -
YUV 72.87 90.27 225.81 -
System Red Green Blue C M Y K H S L
Decimal 210 16 6 0 0.92 0.97 0.18 2.94 0.94 0.42
Hex D2 10 6 0 5C 61 12 3 5E 2A
Octal 322 20 6 0 134 141 22 3 136 52
Binary 11010010 10000 110 0 1011100 1100001 10010 11 1011110 101010

Color Harmonies of #D21006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21006

Black with #D21006

Text Example


Text Example

White with #D21006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21006; }

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

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

background-color css

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

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

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

border-color css

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

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

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