Html Css Color HEX #D80A07 Free Speech Red

📋 copy color: '#D80A07'

red 216 ◦ green 10 ◦ blue 7

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

Shades of Free Speech Red #D80A07

Tints of Free Speech Red #D80A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.29%

 BLUE value IS 7 (3.13% from 255) = 3%

R = 92.7%
G = 4.29%
B = 3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D80A07 (or 0xD80A07) is known color: Free Speech Red. HEX triplet: D8, 0A and 07. RGB value is (216,10,7). Sum of RGB (Red+Green+Blue) = 216+10+7=233 (30% of max value = 765). Red value is 216 (84.77% from 255 or 92.70% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80A07 is #27F5F8. Grayscale: #474747. Windows color (decimal): -2618873 or 461528. OLE color: 461528.

HSL color Cylindrical-coordinate representation of color #D80A07: hue angle of 0.86º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80A07 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 10 7 -
CMYK 0 0.95 0.97 0.15
HSL 0.86º 0.94% 0.44% -
HSV(B) 0.86º 0.97% 0.85% -
XYZ 28.47 14.83 1.56 -
YUV 71.25 91.75 231.24 -
System Red Green Blue C M Y K H S L
Decimal 216 10 7 0 0.95 0.97 0.15 0.86 0.94 0.44
Hex D8 A 7 0 5F 61 F 1 5E 2C
Octal 330 12 7 0 137 141 17 1 136 54
Binary 11011000 1010 111 0 1011111 1100001 1111 1 1011110 101100

Color Harmonies of #D80A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A07

Black with #D80A07

Text Example


Text Example

White with #D80A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A07; }

 p { color: rgb(216,10,7); }

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

background-color css

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

 a { background-color: rgb(216,10,7); }

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

border-color css

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

 span { border-color: rgb(216,10,7); }

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