Html Css Color HEX #CA203A Cardinal

📋 copy color: '#CA203A'

red 202 ◦ green 32 ◦ blue 58

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

Shades of Cardinal #CA203A

Tints of Cardinal #CA203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 69.18%
G = 10.96%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA203A (or 0xCA203A) is known color: Cardinal. HEX triplet: CA, 20 and 3A. RGB value is (202,32,58). Sum of RGB (Red+Green+Blue) = 202+32+58=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA203A is #35DFC5. Grayscale: #555555. Windows color (decimal): -3530694 or 3809482. OLE color: 3809482.

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

Color convert

RGB 202 32 58 -
CMYK 0 0.84 0.71 0.21
HSL 350.82º 0.73% 0.46% -
HSV(B) 350.82º 0.84% 0.79% -
XYZ 25.64 13.9 5.33 -
YUV 85.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 202 32 58 0 0.84 0.71 0.21 350.82 0.73 0.46
Hex CA 20 3A 0 54 47 15 15F 49 2E
Octal 312 40 72 0 124 107 25 537 111 56
Binary 11001010 100000 111010 0 1010100 1000111 10101 101011111 1001001 101110

Color Harmonies of #CA203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA203A

Black with #CA203A

Text Example


Text Example

White with #CA203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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