Html Css Color HEX #C9173E Cardinal

📋 copy color: '#C9173E'

red 201 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #C9173E

Tints of Cardinal #C9173E

RGB

 RED value IS 201 (78.91% from 255) = 70.28%

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

 BLUE value IS 62 (24.61% from 255) = 21.68%

R = 70.28%
G = 8.04%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9173E (or 0xC9173E) is known color: Cardinal. HEX triplet: C9, 17 and 3E. RGB value is (201,23,62). Sum of RGB (Red+Green+Blue) = 201+23+62=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C9173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9173E is #36E8C1. Grayscale: #505050. Windows color (decimal): -3598530 or 4069321. OLE color: 4069321.

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

Color convert

RGB 201 23 62 -
CMYK 0 0.89 0.69 0.21
HSL 346.85º 0.79% 0.44% -
HSV(B) 346.85º 0.89% 0.79% -
XYZ 25.26 13.38 5.81 -
YUV 80.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 201 23 62 0 0.89 0.69 0.21 346.85 0.79 0.44
Hex C9 17 3E 0 59 45 15 15B 4F 2C
Octal 311 27 76 0 131 105 25 533 117 54
Binary 11001001 10111 111110 0 1011001 1000101 10101 101011011 1001111 101100

Color Harmonies of #C9173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9173E

Black with #C9173E

Text Example


Text Example

White with #C9173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9173E; }

 p { color: rgb(201,23,62); }

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

background-color css

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

 a { background-color: rgb(201,23,62); }

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

border-color css

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

 span { border-color: rgb(201,23,62); }

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