Html Css Color HEX #CA173D Cardinal

📋 copy color: '#CA173D'

red 202 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #CA173D

Tints of Cardinal #CA173D

RGB

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

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

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

R = 70.63%
G = 8.04%
B = 21.33%

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

#CA173D (or 0xCA173D) is known color: Cardinal. HEX triplet: CA, 17 and 3D. RGB value is (202,23,61). Sum of RGB (Red+Green+Blue) = 202+23+61=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA173D is #35E8C2. Grayscale: #505050. Windows color (decimal): -3532995 or 4003786. OLE color: 4003786.

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

Color convert

RGB 202 23 61 -
CMYK 0 0.89 0.70 0.21
HSL 347.26º 0.8% 0.44% -
HSV(B) 347.26º 0.89% 0.79% -
XYZ 25.51 13.51 5.68 -
YUV 80.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 202 23 61 0 0.89 0.70 0.21 347.26 0.8 0.44
Hex CA 17 3D 0 59 46 15 15B 50 2C
Octal 312 27 75 0 131 106 25 533 120 54
Binary 11001010 10111 111101 0 1011001 1000110 10101 101011011 1010000 101100

Color Harmonies of #CA173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA173D

Black with #CA173D

Text Example


Text Example

White with #CA173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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