Html Css Color HEX #CA2040 Cardinal

📋 copy color: '#CA2040'

red 202 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #CA2040

Tints of Cardinal #CA2040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 67.79%
G = 10.74%
B = 21.48%

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

#CA2040 (or 0xCA2040) is known color: Cardinal. HEX triplet: CA, 20 and 40. RGB value is (202,32,64). Sum of RGB (Red+Green+Blue) = 202+32+64=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2040 is #35DFBF. Grayscale: #565656. Windows color (decimal): -3530688 or 4202698. OLE color: 4202698.

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

Color convert

RGB 202 32 64 -
CMYK 0 0.84 0.68 0.21
HSL 348.71º 0.73% 0.46% -
HSV(B) 348.71º 0.84% 0.79% -
XYZ 25.8 13.96 6.19 -
YUV 86.48 115.32 210.4 -
System Red Green Blue C M Y K H S L
Decimal 202 32 64 0 0.84 0.68 0.21 348.71 0.73 0.46
Hex CA 20 40 0 54 44 15 15D 49 2E
Octal 312 40 100 0 124 104 25 535 111 56
Binary 11001010 100000 1000000 0 1010100 1000100 10101 101011101 1001001 101110

Color Harmonies of #CA2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2040

Black with #CA2040

Text Example


Text Example

White with #CA2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2040; }

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

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

background-color css

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

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

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

border-color css

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

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

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