Html Css Color HEX #CA203E Cardinal

📋 copy color: '#CA203E'

red 202 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #CA203E

Tints of Cardinal #CA203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 68.24%
G = 10.81%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA203E (or 0xCA203E) is known color: Cardinal. HEX triplet: CA, 20 and 3E. RGB value is (202,32,62). Sum of RGB (Red+Green+Blue) = 202+32+62=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA203E is #35DFC1. Grayscale: #565656. Windows color (decimal): -3530690 or 4071626. OLE color: 4071626.

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

Color convert

RGB 202 32 62 -
CMYK 0 0.84 0.69 0.21
HSL 349.41º 0.73% 0.46% -
HSV(B) 349.41º 0.84% 0.79% -
XYZ 25.74 13.94 5.89 -
YUV 86.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 202 32 62 0 0.84 0.69 0.21 349.41 0.73 0.46
Hex CA 20 3E 0 54 45 15 15D 49 2E
Octal 312 40 76 0 124 105 25 535 111 56
Binary 11001010 100000 111110 0 1010100 1000101 10101 101011101 1001001 101110

Color Harmonies of #CA203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA203E

Black with #CA203E

Text Example


Text Example

White with #CA203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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