#D01805

Color #D01805 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #D01805

Tints of Free Speech Red #D01805

Color information

#D01805 (or 0xD01805) is unknown color: approx Free Speech Red. HEX triplet: D0, 18 and 05. RGB value is (208,24,5). Sum of RGB (Red+Green+Blue) = 208+24+5=237 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.76% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 208 - color contains mainly: red. Hex color #D01805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01805 is #2FE7FA. Grayscale: #4D4D4D. Windows color (decimal): -3139579 or 334032. OLE color: 334032.

HSL color Cylindrical-coordinate representation of color #D01805: hue angle of 5.62º 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 #D01805 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB208245-
CMYK00.880.980.18
HSL5.62º95.31%41.76%-
HSV(B)5.62º97.6%81.57%-
XYZ26.3714.071.47-
YUV76.8587.46221.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 87.76%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=87.76%
G=10.13%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20824500.880.980.185.6295.3141.76
HexD0185058621265f2a
Octal320305013014222613752
Binary1101000011000101010110001100010100101101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01805; }

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

 H1.HeaderClassName
 {
   color: #D01805;
 }
 .AnyTagClassName
 {
   color: #D01805;
 }
</style>
background-color css

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

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

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

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

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

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