Html Css Color HEX #CA2145 Cardinal

📋 copy color: '#CA2145'

red 202 ◦ green 33 ◦ blue 69

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

Shades of Cardinal #CA2145

Tints of Cardinal #CA2145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.7%

R = 66.45%
G = 10.86%
B = 22.7%

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

#CA2145 (or 0xCA2145) is known color: Cardinal. HEX triplet: CA, 21 and 45. RGB value is (202,33,69). Sum of RGB (Red+Green+Blue) = 202+33+69=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2145 is #35DEBA. Grayscale: #575757. Windows color (decimal): -3530427 or 4530634. OLE color: 4530634.

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

Color convert

RGB 202 33 69 -
CMYK 0 0.84 0.66 0.21
HSL 347.22º 0.72% 0.46% -
HSV(B) 347.22º 0.84% 0.79% -
XYZ 25.98 14.07 6.98 -
YUV 87.64 117.49 209.57 -
System Red Green Blue C M Y K H S L
Decimal 202 33 69 0 0.84 0.66 0.21 347.22 0.72 0.46
Hex CA 21 45 0 54 42 15 15B 48 2E
Octal 312 41 105 0 124 102 25 533 110 56
Binary 11001010 100001 1000101 0 1010100 1000010 10101 101011011 1001000 101110

Color Harmonies of #CA2145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2145

Black with #CA2145

Text Example


Text Example

White with #CA2145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2145; }

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

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

background-color css

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

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

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

border-color css

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

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

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