Html Css Color HEX #D80D01 Free Speech Red

📋 copy color: '#D80D01'

red 216 ◦ green 13 ◦ blue 1

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

Shades of Free Speech Red #D80D01

Tints of Free Speech Red #D80D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 93.91%
G = 5.65%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D80D01 (or 0xD80D01) is known color: Free Speech Red. HEX triplet: D8, 0D and 01. RGB value is (216,13,1). Sum of RGB (Red+Green+Blue) = 216+13+1=230 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.91% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80D01 is #27F2FE. Grayscale: #484848. Windows color (decimal): -2618111 or 69080. OLE color: 69080.

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

Color convert

RGB 216 13 1 -
CMYK 0 0.94 1.00 0.15
HSL 3.35º 0.99% 0.43% -
HSV(B) 3.35º 1% 0.85% -
XYZ 28.47 14.89 1.4 -
YUV 72.33 87.75 230.48 -
System Red Green Blue C M Y K H S L
Decimal 216 13 1 0 0.94 1.00 0.15 3.35 0.99 0.43
Hex D8 D 1 0 5E 64 F 3 63 2B
Octal 330 15 1 0 136 144 17 3 143 53
Binary 11011000 1101 1 0 1011110 1100100 1111 11 1100011 101011

Color Harmonies of #D80D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D01

Black with #D80D01

Text Example


Text Example

White with #D80D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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