Html Css Color HEX #D80900 Free Speech Red

📋 copy color: '#D80900'

red 216 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #D80900

Tints of Free Speech Red #D80900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

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

R = 96%
G = 4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D80900 (or 0xD80900) is known color: Free Speech Red. HEX triplet: D8, 09 and 00. RGB value is (216,9,0). Sum of RGB (Red+Green+Blue) = 216+9+0=225 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 216 - color contains mainly: red. Hex color #D80900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80900 is #27F6FF. Grayscale: #464646. Windows color (decimal): -2619136 or 2520. OLE color: 2520.

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

Color convert

RGB 216 9 0 -
CMYK 0 0.96 1 0.15
HSL 2.5º 1% 0.42% -
HSV(B) 2.5º 1% 0.85% -
XYZ 28.42 14.79 1.36 -
YUV 69.87 88.58 232.23 -
System Red Green Blue C M Y K H S L
Decimal 216 9 0 0 0.96 1 0.15 2.5 1 0.42
Hex D8 9 0 0 60 64 F 2 64 2A
Octal 330 11 0 0 140 144 17 2 144 52
Binary 11011000 1001 0 0 1100000 1100100 1111 10 1100100 101010

Color Harmonies of #D80900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80900

Black with #D80900

Text Example


Text Example

White with #D80900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80900; }

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

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

background-color css

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

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

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

border-color css

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

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

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