Html Css Color HEX #D80600 Free Speech Red

📋 copy color: '#D80600'

red 216 ◦ green 6 ◦ blue 0

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

Shades of Free Speech Red #D80600

Tints of Free Speech Red #D80600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

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

R = 97.3%
G = 2.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D80600 (or 0xD80600) is known color: Free Speech Red. HEX triplet: D8, 06 and 00. RGB value is (216,6,0). Sum of RGB (Red+Green+Blue) = 216+6+0=222 (29% of max value = 765). Red value is 216 (84.77% from 255 or 97.30% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 216 - color contains mainly: red. Hex color #D80600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80600 is #27F9FF. Grayscale: #444444. Windows color (decimal): -2619904 or 1752. OLE color: 1752.

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

Color convert

RGB 216 6 0 -
CMYK 0 0.97 1 0.15
HSL 1.67º 1% 0.42% -
HSV(B) 1.67º 1% 0.85% -
XYZ 28.38 14.73 1.35 -
YUV 68.11 89.57 233.49 -
System Red Green Blue C M Y K H S L
Decimal 216 6 0 0 0.97 1 0.15 1.67 1 0.42
Hex D8 6 0 0 61 64 F 2 64 2A
Octal 330 6 0 0 141 144 17 2 144 52
Binary 11011000 110 0 0 1100001 1100100 1111 10 1100100 101010

Color Harmonies of #D80600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80600

Black with #D80600

Text Example


Text Example

White with #D80600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80600; }

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

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

background-color css

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

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

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

border-color css

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

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

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