#CD0E00

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

Shades of Free Speech Red #CD0E00

Tints of Free Speech Red #CD0E00

Color information

#CD0E00 (or 0xCD0E00) is unknown color: approx Free Speech Red. HEX triplet: CD, 0E and 00. RGB value is (205,14,0). Sum of RGB (Red+Green+Blue) = 205+14+0=219 (29% of max value = 765). Red value is 205 (80.47% from 255 or 93.61% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0E00 is #32F1FF. Grayscale: #454545. Windows color (decimal): -3338752 or 3789. OLE color: 3789.

HSL color Cylindrical-coordinate representation of color #CD0E00: hue angle of 4.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0E00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB205140-
CMYK00.9310.20
HSL4.1º100%40.2%-
HSV(B)4.1º100%80.39%-
XYZ25.3313.291.23-
YUV69.5188.78224.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 93.61%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.61%
G=6.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514000.9310.204.110040.2
HexCDE005D641446428
Octal315160013514424414450
Binary1100110111100010111011100100101001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0E00; }

 p { color: rgb(205,14,0); }

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

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

 a { background-color: rgb(205,14,0); }

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

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

 span { border-color: rgb(205,14,0); }

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