Html Css Color HEX #CA024A Crimson

📋 copy color: '#CA024A'

red 202 ◦ green 2 ◦ blue 74

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

Shades of Crimson #CA024A

Tints of Crimson #CA024A

RGB

 RED value IS 202 (79.3% from 255) = 72.66%

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 72.66%
G = 0.72%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA024A (or 0xCA024A) is known color: Crimson. HEX triplet: CA, 02 and 4A. RGB value is (202,2,74). Sum of RGB (Red+Green+Blue) = 202+2+74=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA024A is #35FDB5. Grayscale: #454545. Windows color (decimal): -3538358 or 4850378. OLE color: 4850378.

HSL color Cylindrical-coordinate representation of color #CA024A: hue angle of 338.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA024A is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 2 74 -
CMYK 0 0.99 0.63 0.21
HSL 338.4º 0.98% 0.4% -
HSV(B) 338.4º 0.99% 0.79% -
XYZ 25.61 13.09 7.66 -
YUV 70.01 130.26 222.15 -
System Red Green Blue C M Y K H S L
Decimal 202 2 74 0 0.99 0.63 0.21 338.4 0.98 0.4
Hex CA 2 4A 0 63 3F 15 152 62 28
Octal 312 2 112 0 143 77 25 522 142 50
Binary 11001010 10 1001010 0 1100011 111111 10101 101010010 1100010 101000

Color Harmonies of #CA024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA024A

Black with #CA024A

Text Example


Text Example

White with #CA024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA024A; }

 p { color: rgb(202,2,74); }

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

background-color css

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

 a { background-color: rgb(202,2,74); }

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

border-color css

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

 span { border-color: rgb(202,2,74); }

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