Html Css Color HEX #CA203D Cardinal

📋 copy color: '#CA203D'

red 202 ◦ green 32 ◦ blue 61

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

Shades of Cardinal #CA203D

Tints of Cardinal #CA203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 68.47%
G = 10.85%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA203D (or 0xCA203D) is known color: Cardinal. HEX triplet: CA, 20 and 3D. RGB value is (202,32,61). Sum of RGB (Red+Green+Blue) = 202+32+61=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA203D is #35DFC2. Grayscale: #565656. Windows color (decimal): -3530691 or 4006090. OLE color: 4006090.

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

Color convert

RGB 202 32 61 -
CMYK 0 0.84 0.70 0.21
HSL 349.76º 0.73% 0.46% -
HSV(B) 349.76º 0.84% 0.79% -
XYZ 25.72 13.93 5.75 -
YUV 86.14 113.82 210.64 -
System Red Green Blue C M Y K H S L
Decimal 202 32 61 0 0.84 0.70 0.21 349.76 0.73 0.46
Hex CA 20 3D 0 54 46 15 15E 49 2E
Octal 312 40 75 0 124 106 25 536 111 56
Binary 11001010 100000 111101 0 1010100 1000110 10101 101011110 1001001 101110

Color Harmonies of #CA203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA203D

Black with #CA203D

Text Example


Text Example

White with #CA203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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