#CD120E

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

Shades of Free Speech Red #CD120E

Tints of Free Speech Red #CD120E

Color information

#CD120E (or 0xCD120E) is unknown color: approx Free Speech Red. HEX triplet: CD, 12 and 0E. RGB value is (205,18,14). Sum of RGB (Red+Green+Blue) = 205+18+14=237 (31% of max value = 765). Red value is 205 (80.47% from 255 or 86.50% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 205 - color contains mainly: red. Hex color #CD120E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD120E is #32EDF1. Grayscale: #494949. Windows color (decimal): -3337714 or 922317. OLE color: 922317.

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

Color convert

RGB2051814-
CMYK00.910.930.20
HSL1.26º87.21%42.94%-
HSV(B)1.26º93.17%80.39%-
XYZ25.4713.441.67-
YUV73.4694.45221.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 86.50%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 14 (5.86% from 255) = 5.91%
R=86.50%
G=7.59%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205181400.910.930.201.2687.2142.94
HexCD12E05B5D141572b
Octal3152216013313524112753
Binary110011011001011100101101110111011010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD120E; }

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

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

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

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

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

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

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

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