Html Css Color HEX #D80400 Free Speech Red

📋 copy color: '#D80400'

red 216 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #D80400

Tints of Free Speech Red #D80400

RGB

 RED value IS 216 (84.77% from 255) = 98.18%

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

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

R = 98.18%
G = 1.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D80400 (or 0xD80400) is known color: Free Speech Red. HEX triplet: D8, 04 and 00. RGB value is (216,4,0). Sum of RGB (Red+Green+Blue) = 216+4+0=220 (29% of max value = 765). Red value is 216 (84.77% from 255 or 98.18% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 216 - color contains mainly: red. Hex color #D80400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80400 is #27FBFF. Grayscale: #434343. Windows color (decimal): -2620416 or 1240. OLE color: 1240.

HSL color Cylindrical-coordinate representation of color #D80400: hue angle of 1.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 4 0 -
CMYK 0 0.98 1 0.15
HSL 1.11º 1% 0.42% -
HSV(B) 1.11º 1% 0.85% -
XYZ 28.36 14.69 1.34 -
YUV 66.93 90.24 234.33 -
System Red Green Blue C M Y K H S L
Decimal 216 4 0 0 0.98 1 0.15 1.11 1 0.42
Hex D8 4 0 0 62 64 F 1 64 2A
Octal 330 4 0 0 142 144 17 1 144 52
Binary 11011000 100 0 0 1100010 1100100 1111 1 1100100 101010

Color Harmonies of #D80400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80400

Black with #D80400

Text Example


Text Example

White with #D80400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80400; }

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

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

background-color css

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

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

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

border-color css

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

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

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