Html Css Color HEX #D80D0A Free Speech Red

📋 copy color: '#D80D0A'

red 216 ◦ green 13 ◦ blue 10

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

Shades of Free Speech Red #D80D0A

Tints of Free Speech Red #D80D0A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.44%

 BLUE value IS 10 (4.3% from 255) = 4.18%

R = 90.38%
G = 5.44%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D80D0A (or 0xD80D0A) is known color: Free Speech Red. HEX triplet: D8, 0D and 0A. RGB value is (216,13,10). Sum of RGB (Red+Green+Blue) = 216+13+10=239 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90.38% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80D0A is #27F2F5. Grayscale: #494949. Windows color (decimal): -2618102 or 658904. OLE color: 658904.

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

Color convert

RGB 216 13 10 -
CMYK 0 0.94 0.95 0.15
HSL 0.87º 0.91% 0.44% -
HSV(B) 0.87º 0.95% 0.85% -
XYZ 28.52 14.91 1.66 -
YUV 73.36 92.25 229.74 -
System Red Green Blue C M Y K H S L
Decimal 216 13 10 0 0.94 0.95 0.15 0.87 0.91 0.44
Hex D8 D A 0 5E 5F F 1 5B 2C
Octal 330 15 12 0 136 137 17 1 133 54
Binary 11011000 1101 1010 0 1011110 1011111 1111 1 1011011 101100

Color Harmonies of #D80D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D0A

Black with #D80D0A

Text Example


Text Example

White with #D80D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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