#CD0E3A

Color #CD0E3A Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CD0E3A

Tints of Crimson #CD0E3A

Color information

#CD0E3A (or 0xCD0E3A) is unknown color: approx Crimson. HEX triplet: CD, 0E and 3A. RGB value is (205,14,58). Sum of RGB (Red+Green+Blue) = 205+14+58=277 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.01% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0E3A is #32F1C5. Grayscale: #4C4C4C. Windows color (decimal): -3338694 or 3804877. OLE color: 3804877.

HSL color Cylindrical-coordinate representation of color #CD0E3A: hue angle of 346.18º 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 #CD0E3A is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB2051458-
CMYK00.930.720.20
HSL346.18º87.21%42.94%-
HSV(B)346.18º93.17%80.39%-
XYZ26.113.65.25-
YUV76.12117.78219.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 74.01%
GREEN value IS 14 (5.86% from 255) = 5.05%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=74.01%
G=5.05%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205145800.930.720.20346.1887.2142.94
HexCDE3A05D481415a572b
Octal315167201351102453212753
Binary110011011110111010010111011001000101001010110101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0E3A; }

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

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

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

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

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

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

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

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