Html Css Color HEX #CD0849 Crimson

📋 copy color: '#CD0849'

red 205 ◦ green 8 ◦ blue 73

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

Shades of Crimson #CD0849

Tints of Crimson #CD0849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

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

R = 71.68%
G = 2.8%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD0849 (or 0xCD0849) is known color: Crimson. HEX triplet: CD, 08 and 49. RGB value is (205,8,73). Sum of RGB (Red+Green+Blue) = 205+8+73=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0849 is #32F7B6. Grayscale: #4A4A4A. Windows color (decimal): -3340215 or 4786381. OLE color: 4786381.

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

Color convert

RGB 205 8 73 -
CMYK 0 0.96 0.64 0.20
HSL 340.2º 0.92% 0.42% -
HSV(B) 340.2º 0.96% 0.8% -
XYZ 26.47 13.63 7.54 -
YUV 74.31 127.27 221.21 -
System Red Green Blue C M Y K H S L
Decimal 205 8 73 0 0.96 0.64 0.20 340.2 0.92 0.42
Hex CD 8 49 0 60 40 14 154 5C 2A
Octal 315 10 111 0 140 100 24 524 134 52
Binary 11001101 1000 1001001 0 1100000 1000000 10100 101010100 1011100 101010

Color Harmonies of #CD0849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0849

Black with #CD0849

Text Example


Text Example

White with #CD0849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0849; }

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

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

background-color css

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

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

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

border-color css

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

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

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