Html Css Color HEX #CA2133 Cardinal

📋 copy color: '#CA2133'

red 202 ◦ green 33 ◦ blue 51

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

Shades of Cardinal #CA2133

Tints of Cardinal #CA2133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.83%

R = 70.63%
G = 11.54%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA2133 (or 0xCA2133) is known color: Cardinal. HEX triplet: CA, 21 and 33. RGB value is (202,33,51). Sum of RGB (Red+Green+Blue) = 202+33+51=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2133 is #35DECC. Grayscale: #555555. Windows color (decimal): -3530445 or 3350986. OLE color: 3350986.

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

Color convert

RGB 202 33 51 -
CMYK 0 0.84 0.75 0.21
HSL 353.61º 0.72% 0.46% -
HSV(B) 353.61º 0.84% 0.79% -
XYZ 25.5 13.88 4.47 -
YUV 85.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 202 33 51 0 0.84 0.75 0.21 353.61 0.72 0.46
Hex CA 21 33 0 54 4B 15 162 48 2E
Octal 312 41 63 0 124 113 25 542 110 56
Binary 11001010 100001 110011 0 1010100 1001011 10101 101100010 1001000 101110

Color Harmonies of #CA2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2133

Black with #CA2133

Text Example


Text Example

White with #CA2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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