Html Css Color HEX #CA2244 Cardinal

📋 copy color: '#CA2244'

red 202 ◦ green 34 ◦ blue 68

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

Shades of Cardinal #CA2244

Tints of Cardinal #CA2244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 66.45%
G = 11.18%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA2244 (or 0xCA2244) is known color: Cardinal. HEX triplet: CA, 22 and 44. RGB value is (202,34,68). Sum of RGB (Red+Green+Blue) = 202+34+68=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2244 is #35DDBB. Grayscale: #585858. Windows color (decimal): -3530172 or 4465354. OLE color: 4465354.

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

Color convert

RGB 202 34 68 -
CMYK 0 0.83 0.66 0.21
HSL 347.86º 0.71% 0.46% -
HSV(B) 347.86º 0.83% 0.79% -
XYZ 25.97 14.12 6.82 -
YUV 88.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 202 34 68 0 0.83 0.66 0.21 347.86 0.71 0.46
Hex CA 22 44 0 53 42 15 15C 47 2E
Octal 312 42 104 0 123 102 25 534 107 56
Binary 11001010 100010 1000100 0 1010011 1000010 10101 101011100 1000111 101110

Color Harmonies of #CA2244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2244

Black with #CA2244

Text Example


Text Example

White with #CA2244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2244; }

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

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

background-color css

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

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

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

border-color css

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

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

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