Html Css Color HEX #CA173C Cardinal

📋 copy color: '#CA173C'

red 202 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #CA173C

Tints of Cardinal #CA173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.07%

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 70.88%
G = 8.07%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA173C (or 0xCA173C) is known color: Cardinal. HEX triplet: CA, 17 and 3C. RGB value is (202,23,60). Sum of RGB (Red+Green+Blue) = 202+23+60=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA173C is #35E8C3. Grayscale: #505050. Windows color (decimal): -3532996 or 3938250. OLE color: 3938250.

HSL color Cylindrical-coordinate representation of color #CA173C: hue angle of 347.6º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA173C is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 23 60 -
CMYK 0 0.89 0.70 0.21
HSL 347.6º 0.8% 0.44% -
HSV(B) 347.6º 0.89% 0.79% -
XYZ 25.48 13.5 5.54 -
YUV 80.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 202 23 60 0 0.89 0.70 0.21 347.6 0.8 0.44
Hex CA 17 3C 0 59 46 15 15C 50 2C
Octal 312 27 74 0 131 106 25 534 120 54
Binary 11001010 10111 111100 0 1011001 1000110 10101 101011100 1010000 101100

Color Harmonies of #CA173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA173C

Black with #CA173C

Text Example


Text Example

White with #CA173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA173C; }

 p { color: rgb(202,23,60); }

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

background-color css

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

 a { background-color: rgb(202,23,60); }

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

border-color css

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

 span { border-color: rgb(202,23,60); }

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