Html Css Color HEX #CA203F Cardinal

📋 copy color: '#CA203F'

red 202 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #CA203F

Tints of Cardinal #CA203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.21%

R = 68.01%
G = 10.77%
B = 21.21%

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

#CA203F (or 0xCA203F) is known color: Cardinal. HEX triplet: CA, 20 and 3F. RGB value is (202,32,63). Sum of RGB (Red+Green+Blue) = 202+32+63=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA203F is #35DFC0. Grayscale: #565656. Windows color (decimal): -3530689 or 4137162. OLE color: 4137162.

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

Color convert

RGB 202 32 63 -
CMYK 0 0.84 0.69 0.21
HSL 349.06º 0.73% 0.46% -
HSV(B) 349.06º 0.84% 0.79% -
XYZ 25.77 13.95 6.04 -
YUV 86.36 114.82 210.48 -
System Red Green Blue C M Y K H S L
Decimal 202 32 63 0 0.84 0.69 0.21 349.06 0.73 0.46
Hex CA 20 3F 0 54 45 15 15D 49 2E
Octal 312 40 77 0 124 105 25 535 111 56
Binary 11001010 100000 111111 0 1010100 1000101 10101 101011101 1001001 101110

Color Harmonies of #CA203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA203F

Black with #CA203F

Text Example


Text Example

White with #CA203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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