Html Css Color HEX #CA2042 Cardinal

📋 copy color: '#CA2042'

red 202 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #CA2042

Tints of Cardinal #CA2042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22%

R = 67.33%
G = 10.67%
B = 22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA2042 (or 0xCA2042) is known color: Cardinal. HEX triplet: CA, 20 and 42. RGB value is (202,32,66). Sum of RGB (Red+Green+Blue) = 202+32+66=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2042 is #35DFBD. Grayscale: #565656. Windows color (decimal): -3530686 or 4333770. OLE color: 4333770.

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

Color convert

RGB 202 32 66 -
CMYK 0 0.84 0.67 0.21
HSL 348º 0.73% 0.46% -
HSV(B) 348º 0.84% 0.79% -
XYZ 25.86 13.98 6.49 -
YUV 86.71 116.32 210.24 -
System Red Green Blue C M Y K H S L
Decimal 202 32 66 0 0.84 0.67 0.21 348 0.73 0.46
Hex CA 20 42 0 54 43 15 15C 49 2E
Octal 312 40 102 0 124 103 25 534 111 56
Binary 11001010 100000 1000010 0 1010100 1000011 10101 101011100 1001001 101110

Color Harmonies of #CA2042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2042

Black with #CA2042

Text Example


Text Example

White with #CA2042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2042; }

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

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

background-color css

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

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

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

border-color css

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

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

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