Html Css Color HEX #CD0449 Crimson

📋 copy color: '#CD0449'

red 205 ◦ green 4 ◦ blue 73

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

Shades of Crimson #CD0449

Tints of Crimson #CD0449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 72.7%
G = 1.42%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD0449 (or 0xCD0449) is known color: Crimson. HEX triplet: CD, 04 and 49. RGB value is (205,4,73). Sum of RGB (Red+Green+Blue) = 205+4+73=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0449 is #32FBB6. Grayscale: #474747. Windows color (decimal): -3341239 or 4785357. OLE color: 4785357.

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

Color convert

RGB 205 4 73 -
CMYK 0 0.98 0.64 0.20
HSL 339.4º 0.96% 0.41% -
HSV(B) 339.4º 0.98% 0.8% -
XYZ 26.42 13.55 7.53 -
YUV 71.97 128.59 222.89 -
System Red Green Blue C M Y K H S L
Decimal 205 4 73 0 0.98 0.64 0.20 339.4 0.96 0.41
Hex CD 4 49 0 62 40 14 153 60 29
Octal 315 4 111 0 142 100 24 523 140 51
Binary 11001101 100 1001001 0 1100010 1000000 10100 101010011 1100000 101001

Color Harmonies of #CD0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0449

Black with #CD0449

Text Example


Text Example

White with #CD0449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0449; }

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

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

background-color css

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

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

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

border-color css

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

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

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