Html Css Color HEX #CA044A Crimson

📋 copy color: '#CA044A'

red 202 ◦ green 4 ◦ blue 74

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

Shades of Crimson #CA044A

Tints of Crimson #CA044A

RGB

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

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

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

R = 72.14%
G = 1.43%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA044A (or 0xCA044A) is known color: Crimson. HEX triplet: CA, 04 and 4A. RGB value is (202,4,74). Sum of RGB (Red+Green+Blue) = 202+4+74=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA044A is #35FBB5. Grayscale: #474747. Windows color (decimal): -3537846 or 4850890. OLE color: 4850890.

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

Color convert

RGB 202 4 74 -
CMYK 0 0.98 0.63 0.21
HSL 338.79º 0.96% 0.4% -
HSV(B) 338.79º 0.98% 0.79% -
XYZ 25.64 13.14 7.66 -
YUV 71.18 129.6 221.31 -
System Red Green Blue C M Y K H S L
Decimal 202 4 74 0 0.98 0.63 0.21 338.79 0.96 0.4
Hex CA 4 4A 0 62 3F 15 153 60 28
Octal 312 4 112 0 142 77 25 523 140 50
Binary 11001010 100 1001010 0 1100010 111111 10101 101010011 1100000 101000

Color Harmonies of #CA044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA044A

Black with #CA044A

Text Example


Text Example

White with #CA044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA044A; }

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

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

background-color css

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

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

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

border-color css

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

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

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