Html Css Color HEX #CA193F Cardinal

📋 copy color: '#CA193F'

red 202 ◦ green 25 ◦ blue 63

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

Shades of Cardinal #CA193F

Tints of Cardinal #CA193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

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

R = 69.66%
G = 8.62%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA193F (or 0xCA193F) is known color: Cardinal. HEX triplet: CA, 19 and 3F. RGB value is (202,25,63). Sum of RGB (Red+Green+Blue) = 202+25+63=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA193F is #35E6C0. Grayscale: #525252. Windows color (decimal): -3532481 or 4135370. OLE color: 4135370.

HSL color Cylindrical-coordinate representation of color #CA193F: hue angle of 347.12º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA193F is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 25 63 -
CMYK 0 0.88 0.69 0.21
HSL 347.12º 0.78% 0.45% -
HSV(B) 347.12º 0.88% 0.79% -
XYZ 25.6 13.61 5.98 -
YUV 82.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 202 25 63 0 0.88 0.69 0.21 347.12 0.78 0.45
Hex CA 19 3F 0 58 45 15 15B 4E 2D
Octal 312 31 77 0 130 105 25 533 116 55
Binary 11001010 11001 111111 0 1011000 1000101 10101 101011011 1001110 101101

Color Harmonies of #CA193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA193F

Black with #CA193F

Text Example


Text Example

White with #CA193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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