Html Css Color HEX #CD0C49 Crimson

📋 copy color: '#CD0C49'

red 205 ◦ green 12 ◦ blue 73

#CD0C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #CD0C49

Tints of Crimson #CD0C49

RGB

 RED value IS 205 (80.47% from 255) = 70.69%

 GREEN value IS 12 (5.08% from 255) = 4.14%

 BLUE value IS 73 (28.91% from 255) = 25.17%

R = 70.69%
G = 4.14%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD0C49 (or 0xCD0C49) is known color: Crimson. HEX triplet: CD, 0C and 49. RGB value is (205,12,73). Sum of RGB (Red+Green+Blue) = 205+12+73=290 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.69% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0C49 is #32F3B6. Grayscale: #4C4C4C. Windows color (decimal): -3339191 or 4787405. OLE color: 4787405.

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

Color convert

RGB 205 12 73 -
CMYK 0 0.94 0.64 0.20
HSL 341.04º 0.89% 0.43% -
HSV(B) 341.04º 0.94% 0.8% -
XYZ 26.51 13.72 7.55 -
YUV 76.66 125.94 219.54 -
System Red Green Blue C M Y K H S L
Decimal 205 12 73 0 0.94 0.64 0.20 341.04 0.89 0.43
Hex CD C 49 0 5E 40 14 155 59 2B
Octal 315 14 111 0 136 100 24 525 131 53
Binary 11001101 1100 1001001 0 1011110 1000000 10100 101010101 1011001 101011

Color Harmonies of #CD0C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0C49

Black with #CD0C49

Text Example


Text Example

White with #CD0C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0C49; }

 p { color: rgb(205,12,73); }

 H1.HeaderClassName
 {
   color: #CD0C49;
 }
 .AnyTagClassName
 {
   color: #CD0C49;
 }
</style>

background-color css

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

 a { background-color: rgb(205,12,73); }

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

border-color css

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

 span { border-color: rgb(205,12,73); }

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