Html Css Color HEX #D21000 Free Speech Red

📋 copy color: '#D21000'

red 210 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #D21000

Tints of Free Speech Red #D21000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.92%
G = 7.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D21000 (or 0xD21000) is known color: Free Speech Red. HEX triplet: D2, 10 and 00. RGB value is (210,16,0). Sum of RGB (Red+Green+Blue) = 210+16+0=226 (29% of max value = 765). Red value is 210 (82.42% from 255 or 92.92% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 210 - color contains mainly: red. Hex color #D21000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21000 is #2DEFFF. Grayscale: #484848. Windows color (decimal): -3010560 or 4306. OLE color: 4306.

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

Color convert

RGB 210 16 0 -
CMYK 0 0.92 1 0.18
HSL 4.57º 1% 0.41% -
HSV(B) 4.57º 1% 0.82% -
XYZ 26.76 14.07 1.31 -
YUV 72.18 87.27 226.3 -
System Red Green Blue C M Y K H S L
Decimal 210 16 0 0 0.92 1 0.18 4.57 1 0.41
Hex D2 10 0 0 5C 64 12 5 64 29
Octal 322 20 0 0 134 144 22 5 144 51
Binary 11010010 10000 0 0 1011100 1100100 10010 101 1100100 101001

Color Harmonies of #D21000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21000

Black with #D21000

Text Example


Text Example

White with #D21000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21000; }

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

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

background-color css

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

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

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

border-color css

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

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

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