#D00A01

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

Shades of Free Speech Red #D00A01

Tints of Free Speech Red #D00A01

Color information

#D00A01 (or 0xD00A01) is unknown color: approx Free Speech Red. HEX triplet: D0, 0A and 01. RGB value is (208,10,1). Sum of RGB (Red+Green+Blue) = 208+10+1=219 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.98% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A01 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00A01 is #2FF5FE. Grayscale: #444444. Windows color (decimal): -3143167 or 68304. OLE color: 68304.

HSL color Cylindrical-coordinate representation of color #D00A01: hue angle of 2.61º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00A01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB208101-
CMYK00.951.000.18
HSL2.61º99.04%40.98%-
HSV(B)2.61º99.52%81.57%-
XYZ26.1313.631.28-
YUV68.1890.1227.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 94.98%
GREEN value IS 10 (4.30% from 255) = 4.57%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=94.98%
G=4.57%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810100.951.000.182.6199.0440.98
HexD0A105F641236329
Octal320121013714422314351
Binary110100001010101011111110010010010111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00A01; }

 p { color: rgb(208,10,1); }

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

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

 a { background-color: rgb(208,10,1); }

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

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

 span { border-color: rgb(208,10,1); }

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