Html Css Color HEX #CA2044 Cardinal

📋 copy color: '#CA2044'

red 202 ◦ green 32 ◦ blue 68

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

Shades of Cardinal #CA2044

Tints of Cardinal #CA2044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

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

R = 66.89%
G = 10.6%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA2044 (or 0xCA2044) is known color: Cardinal. HEX triplet: CA, 20 and 44. RGB value is (202,32,68). Sum of RGB (Red+Green+Blue) = 202+32+68=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2044 is #35DFBB. Grayscale: #565656. Windows color (decimal): -3530684 or 4464842. OLE color: 4464842.

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

Color convert

RGB 202 32 68 -
CMYK 0 0.84 0.66 0.21
HSL 347.29º 0.73% 0.46% -
HSV(B) 347.29º 0.84% 0.79% -
XYZ 25.92 14.01 6.81 -
YUV 86.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 202 32 68 0 0.84 0.66 0.21 347.29 0.73 0.46
Hex CA 20 44 0 54 42 15 15B 49 2E
Octal 312 40 104 0 124 102 25 533 111 56
Binary 11001010 100000 1000100 0 1010100 1000010 10101 101011011 1001001 101110

Color Harmonies of #CA2044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2044

Black with #CA2044

Text Example


Text Example

White with #CA2044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2044; }

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

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

background-color css

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

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

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

border-color css

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

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

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