Html Css Color HEX #D21211 Free Speech Red

📋 copy color: '#D21211'

red 210 ◦ green 18 ◦ blue 17

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

Shades of Free Speech Red #D21211

Tints of Free Speech Red #D21211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 85.71%
G = 7.35%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D21211 (or 0xD21211) is known color: Free Speech Red. HEX triplet: D2, 12 and 11. RGB value is (210,18,17). Sum of RGB (Red+Green+Blue) = 210+18+17=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D21211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21211 is #2DEDEE. Grayscale: #4B4B4B. Windows color (decimal): -3010031 or 1118930. OLE color: 1118930.

HSL color Cylindrical-coordinate representation of color #D21211: hue angle of 0.31º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21211 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 17 -
CMYK 0 0.91 0.92 0.18
HSL 0.31º 0.85% 0.45% -
HSV(B) 0.31º 0.92% 0.82% -
XYZ 26.9 14.17 1.85 -
YUV 75.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 210 18 17 0 0.91 0.92 0.18 0.31 0.85 0.45
Hex D2 12 11 0 5B 5C 12 0 55 2D
Octal 322 22 21 0 133 134 22 0 125 55
Binary 11010010 10010 10001 0 1011011 1011100 10010 0 1010101 101101

Color Harmonies of #D21211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21211

Black with #D21211

Text Example


Text Example

White with #D21211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21211; }

 p { color: rgb(210,18,17); }

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

background-color css

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

 a { background-color: rgb(210,18,17); }

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

border-color css

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

 span { border-color: rgb(210,18,17); }

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