Html Css Color HEX #CA2146 Cardinal

📋 copy color: '#CA2146'

red 202 ◦ green 33 ◦ blue 70

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

Shades of Cardinal #CA2146

Tints of Cardinal #CA2146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 66.23%
G = 10.82%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA2146 (or 0xCA2146) is known color: Cardinal. HEX triplet: CA, 21 and 46. RGB value is (202,33,70). Sum of RGB (Red+Green+Blue) = 202+33+70=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2146 is #35DEB9. Grayscale: #575757. Windows color (decimal): -3530426 or 4596170. OLE color: 4596170.

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

Color convert

RGB 202 33 70 -
CMYK 0 0.84 0.65 0.21
HSL 346.86º 0.72% 0.46% -
HSV(B) 346.86º 0.84% 0.79% -
XYZ 26.01 14.09 7.14 -
YUV 87.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 202 33 70 0 0.84 0.65 0.21 346.86 0.72 0.46
Hex CA 21 46 0 54 41 15 15B 48 2E
Octal 312 41 106 0 124 101 25 533 110 56
Binary 11001010 100001 1000110 0 1010100 1000001 10101 101011011 1001000 101110

Color Harmonies of #CA2146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2146

Black with #CA2146

Text Example


Text Example

White with #CA2146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2146; }

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

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

background-color css

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

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

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

border-color css

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

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

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