Html Css Color HEX #CA2235 Cardinal

📋 copy color: '#CA2235'

red 202 ◦ green 34 ◦ blue 53

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

Shades of Cardinal #CA2235

Tints of Cardinal #CA2235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.76%

 BLUE value IS 53 (21.09% from 255) = 18.34%

R = 69.9%
G = 11.76%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA2235 (or 0xCA2235) is known color: Cardinal. HEX triplet: CA, 22 and 35. RGB value is (202,34,53). Sum of RGB (Red+Green+Blue) = 202+34+53=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2235 is #35DDCA. Grayscale: #565656. Windows color (decimal): -3530187 or 3482314. OLE color: 3482314.

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

Color convert

RGB 202 34 53 -
CMYK 0 0.83 0.74 0.21
HSL 353.21º 0.71% 0.46% -
HSV(B) 353.21º 0.83% 0.79% -
XYZ 25.57 13.96 4.71 -
YUV 86.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 202 34 53 0 0.83 0.74 0.21 353.21 0.71 0.46
Hex CA 22 35 0 53 4A 15 161 47 2E
Octal 312 42 65 0 123 112 25 541 107 56
Binary 11001010 100010 110101 0 1010011 1001010 10101 101100001 1000111 101110

Color Harmonies of #CA2235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2235

Black with #CA2235

Text Example


Text Example

White with #CA2235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2235; }

 p { color: rgb(202,34,53); }

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

background-color css

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

 a { background-color: rgb(202,34,53); }

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

border-color css

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

 span { border-color: rgb(202,34,53); }

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