Html Css Color HEX #D20400 Free Speech Red

📋 copy color: '#D20400'

red 210 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #D20400

Tints of Free Speech Red #D20400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

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

R = 98.13%
G = 1.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D20400 (or 0xD20400) is known color: Free Speech Red. HEX triplet: D2, 04 and 00. RGB value is (210,4,0). Sum of RGB (Red+Green+Blue) = 210+4+0=214 (28% of max value = 765). Red value is 210 (82.42% from 255 or 98.13% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 210 - color contains mainly: red. Hex color #D20400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20400 is #2DFBFF. Grayscale: #414141. Windows color (decimal): -3013632 or 1234. OLE color: 1234.

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

Color convert

RGB 210 4 0 -
CMYK 0 0.98 1 0.18
HSL 1.14º 1% 0.41% -
HSV(B) 1.14º 1% 0.82% -
XYZ 26.62 13.79 1.26 -
YUV 65.14 91.25 231.33 -
System Red Green Blue C M Y K H S L
Decimal 210 4 0 0 0.98 1 0.18 1.14 1 0.41
Hex D2 4 0 0 62 64 12 1 64 29
Octal 322 4 0 0 142 144 22 1 144 51
Binary 11010010 100 0 0 1100010 1100100 10010 1 1100100 101001

Color Harmonies of #D20400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20400

Black with #D20400

Text Example


Text Example

White with #D20400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20400; }

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

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

background-color css

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

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

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

border-color css

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

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

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