Html Css Color HEX #CD044A Crimson

📋 copy color: '#CD044A'

red 205 ◦ green 4 ◦ blue 74

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

Shades of Crimson #CD044A

Tints of Crimson #CD044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 72.44%
G = 1.41%
B = 26.15%

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

#CD044A (or 0xCD044A) is known color: Crimson. HEX triplet: CD, 04 and 4A. RGB value is (205,4,74). Sum of RGB (Red+Green+Blue) = 205+4+74=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD044A is #32FBB5. Grayscale: #484848. Windows color (decimal): -3341238 or 4850893. OLE color: 4850893.

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

Color convert

RGB 205 4 74 -
CMYK 0 0.98 0.64 0.20
HSL 339.1º 0.96% 0.41% -
HSV(B) 339.1º 0.98% 0.8% -
XYZ 26.46 13.56 7.7 -
YUV 72.08 129.09 222.81 -
System Red Green Blue C M Y K H S L
Decimal 205 4 74 0 0.98 0.64 0.20 339.1 0.96 0.41
Hex CD 4 4A 0 62 40 14 153 60 29
Octal 315 4 112 0 142 100 24 523 140 51
Binary 11001101 100 1001010 0 1100010 1000000 10100 101010011 1100000 101001

Color Harmonies of #CD044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD044A

Black with #CD044A

Text Example


Text Example

White with #CD044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD044A; }

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

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

background-color css

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

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

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

border-color css

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

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

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