Html Css Color HEX #D21511 Free Speech Red

📋 copy color: '#D21511'

red 210 ◦ green 21 ◦ blue 17

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

Shades of Free Speech Red #D21511

Tints of Free Speech Red #D21511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.47%

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

R = 84.68%
G = 8.47%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D21511 (or 0xD21511) is known color: Free Speech Red. HEX triplet: D2, 15 and 11. RGB value is (210,21,17). Sum of RGB (Red+Green+Blue) = 210+21+17=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D21511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21511 is #2DEAEE. Grayscale: #4D4D4D. Windows color (decimal): -3009263 or 1119698. OLE color: 1119698.

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

Color convert

RGB 210 21 17 -
CMYK 0 0.90 0.92 0.18
HSL 1.24º 0.85% 0.45% -
HSV(B) 1.24º 0.92% 0.82% -
XYZ 26.95 14.28 1.87 -
YUV 77.06 94.12 222.83 -
System Red Green Blue C M Y K H S L
Decimal 210 21 17 0 0.90 0.92 0.18 1.24 0.85 0.45
Hex D2 15 11 0 5A 5C 12 1 55 2D
Octal 322 25 21 0 132 134 22 1 125 55
Binary 11010010 10101 10001 0 1011010 1011100 10010 1 1010101 101101

Color Harmonies of #D21511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21511

Black with #D21511

Text Example


Text Example

White with #D21511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21511; }

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

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

background-color css

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

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

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

border-color css

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

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

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