Html Css Color HEX #D00805 Free Speech Red

📋 copy color: '#D00805'

red 208 ◦ green 8 ◦ blue 5

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

Shades of Free Speech Red #D00805

Tints of Free Speech Red #D00805

RGB

 RED value IS 208 (81.64% from 255) = 94.12%

 GREEN value IS 8 (3.52% from 255) = 3.62%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 94.12%
G = 3.62%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D00805 (or 0xD00805) is known color: Free Speech Red. HEX triplet: D0, 08 and 05. RGB value is (208,8,5). Sum of RGB (Red+Green+Blue) = 208+8+5=221 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.12% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 208 - color contains mainly: red. Hex color #D00805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00805 is #2FF7FA. Grayscale: #434343. Windows color (decimal): -3143675 or 329936. OLE color: 329936.

HSL color Cylindrical-coordinate representation of color #D00805: hue angle of 0.89º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00805 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 8 5 -
CMYK 0 0.96 0.98 0.18
HSL 0.89º 0.95% 0.42% -
HSV(B) 0.89º 0.98% 0.82% -
XYZ 26.13 13.59 1.39 -
YUV 67.46 92.76 228.24 -
System Red Green Blue C M Y K H S L
Decimal 208 8 5 0 0.96 0.98 0.18 0.89 0.95 0.42
Hex D0 8 5 0 60 62 12 1 5F 2A
Octal 320 10 5 0 140 142 22 1 137 52
Binary 11010000 1000 101 0 1100000 1100010 10010 1 1011111 101010

Color Harmonies of #D00805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00805

Black with #D00805

Text Example


Text Example

White with #D00805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00805; }

 p { color: rgb(208,8,5); }

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

background-color css

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

 a { background-color: rgb(208,8,5); }

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

border-color css

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

 span { border-color: rgb(208,8,5); }

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