Html Css Color HEX #CA2144 Cardinal

📋 copy color: '#CA2144'

red 202 ◦ green 33 ◦ blue 68

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

Shades of Cardinal #CA2144

Tints of Cardinal #CA2144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.89%

 BLUE value IS 68 (26.95% from 255) = 22.44%

R = 66.67%
G = 10.89%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA2144 (or 0xCA2144) is known color: Cardinal. HEX triplet: CA, 21 and 44. RGB value is (202,33,68). Sum of RGB (Red+Green+Blue) = 202+33+68=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2144 is #35DEBB. Grayscale: #575757. Windows color (decimal): -3530428 or 4465098. OLE color: 4465098.

HSL color Cylindrical-coordinate representation of color #CA2144: hue angle of 347.57º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2144 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 33 68 -
CMYK 0 0.84 0.66 0.21
HSL 347.57º 0.72% 0.46% -
HSV(B) 347.57º 0.84% 0.79% -
XYZ 25.94 14.06 6.82 -
YUV 87.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 202 33 68 0 0.84 0.66 0.21 347.57 0.72 0.46
Hex CA 21 44 0 54 42 15 15C 48 2E
Octal 312 41 104 0 124 102 25 534 110 56
Binary 11001010 100001 1000100 0 1010100 1000010 10101 101011100 1001000 101110

Color Harmonies of #CA2144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2144

Black with #CA2144

Text Example


Text Example

White with #CA2144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2144; }

 p { color: rgb(202,33,68); }

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

background-color css

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

 a { background-color: rgb(202,33,68); }

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

border-color css

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

 span { border-color: rgb(202,33,68); }

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