#D01607

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

Shades of Free Speech Red #D01607

Tints of Free Speech Red #D01607

Color information

#D01607 (or 0xD01607) is unknown color: approx Free Speech Red. HEX triplet: D0, 16 and 07. RGB value is (208,22,7). Sum of RGB (Red+Green+Blue) = 208+22+7=237 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.76% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 208 - color contains mainly: red. Hex color #D01607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01607 is #2FE9F8. Grayscale: #4C4C4C. Windows color (decimal): -3140089 or 464592. OLE color: 464592.

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

Color convert

RGB208227-
CMYK00.890.970.18
HSL4.48º93.49%42.16%-
HSV(B)4.48º96.63%81.57%-
XYZ26.34141.51-
YUV75.989.12222.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 87.76%
GREEN value IS 22 (8.98% from 255) = 9.28%
BLUE value IS 7 (3.12% from 255) = 2.95%
R=87.76%
G=9.28%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20822700.890.970.184.4893.4942.16
HexD0167059611245d2a
Octal320267013114122413552
Binary1101000010110111010110011100001100101001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01607; }

 p { color: rgb(208,22,7); }

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

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

 a { background-color: rgb(208,22,7); }

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

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

 span { border-color: rgb(208,22,7); }

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