Html Css Color HEX #CA2141 Cardinal

📋 copy color: '#CA2141'

red 202 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #CA2141

Tints of Cardinal #CA2141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 67.33%
G = 11%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA2141 (or 0xCA2141) is known color: Cardinal. HEX triplet: CA, 21 and 41. RGB value is (202,33,65). Sum of RGB (Red+Green+Blue) = 202+33+65=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2141 is #35DEBE. Grayscale: #575757. Windows color (decimal): -3530431 or 4268490. OLE color: 4268490.

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

Color convert

RGB 202 33 65 -
CMYK 0 0.84 0.68 0.21
HSL 348.64º 0.72% 0.46% -
HSV(B) 348.64º 0.84% 0.79% -
XYZ 25.86 14.03 6.35 -
YUV 87.18 115.49 209.9 -
System Red Green Blue C M Y K H S L
Decimal 202 33 65 0 0.84 0.68 0.21 348.64 0.72 0.46
Hex CA 21 41 0 54 44 15 15D 48 2E
Octal 312 41 101 0 124 104 25 535 110 56
Binary 11001010 100001 1000001 0 1010100 1000100 10101 101011101 1001000 101110

Color Harmonies of #CA2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2141

Black with #CA2141

Text Example


Text Example

White with #CA2141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2141; }

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

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

background-color css

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

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

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

border-color css

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

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

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