Html Css Color HEX #CA203B Cardinal

📋 copy color: '#CA203B'

red 202 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #CA203B

Tints of Cardinal #CA203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 68.94%
G = 10.92%
B = 20.14%

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

#CA203B (or 0xCA203B) is known color: Cardinal. HEX triplet: CA, 20 and 3B. RGB value is (202,32,59). Sum of RGB (Red+Green+Blue) = 202+32+59=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA203B is #35DFC4. Grayscale: #555555. Windows color (decimal): -3530693 or 3875018. OLE color: 3875018.

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

Color convert

RGB 202 32 59 -
CMYK 0 0.84 0.71 0.21
HSL 350.47º 0.73% 0.46% -
HSV(B) 350.47º 0.84% 0.79% -
XYZ 25.66 13.91 5.47 -
YUV 85.91 112.82 210.8 -
System Red Green Blue C M Y K H S L
Decimal 202 32 59 0 0.84 0.71 0.21 350.47 0.73 0.46
Hex CA 20 3B 0 54 47 15 15E 49 2E
Octal 312 40 73 0 124 107 25 536 111 56
Binary 11001010 100000 111011 0 1010100 1000111 10101 101011110 1001001 101110

Color Harmonies of #CA203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA203B

Black with #CA203B

Text Example


Text Example

White with #CA203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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