Html Css Color HEX #CA2142 Cardinal

📋 copy color: '#CA2142'

red 202 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #CA2142

Tints of Cardinal #CA2142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 67.11%
G = 10.96%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA2142 (or 0xCA2142) is known color: Cardinal. HEX triplet: CA, 21 and 42. RGB value is (202,33,66). Sum of RGB (Red+Green+Blue) = 202+33+66=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2142 is #35DEBD. Grayscale: #575757. Windows color (decimal): -3530430 or 4334026. OLE color: 4334026.

HSL color Cylindrical-coordinate representation of color #CA2142: hue angle of 348.28º 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 #CA2142 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 33 66 -
CMYK 0 0.84 0.67 0.21
HSL 348.28º 0.72% 0.46% -
HSV(B) 348.28º 0.84% 0.79% -
XYZ 25.88 14.04 6.5 -
YUV 87.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 202 33 66 0 0.84 0.67 0.21 348.28 0.72 0.46
Hex CA 21 42 0 54 43 15 15C 48 2E
Octal 312 41 102 0 124 103 25 534 110 56
Binary 11001010 100001 1000010 0 1010100 1000011 10101 101011100 1001000 101110

Color Harmonies of #CA2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2142

Black with #CA2142

Text Example


Text Example

White with #CA2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2142; }

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

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

background-color css

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

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

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

border-color css

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

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

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