Html Css Color HEX #C9173F Cardinal

📋 copy color: '#C9173F'

red 201 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #C9173F

Tints of Cardinal #C9173F

RGB

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

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

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

R = 70.03%
G = 8.01%
B = 21.95%

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

#C9173F (or 0xC9173F) is known color: Cardinal. HEX triplet: C9, 17 and 3F. RGB value is (201,23,63). Sum of RGB (Red+Green+Blue) = 201+23+63=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C9173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9173F is #36E8C0. Grayscale: #505050. Windows color (decimal): -3598529 or 4134857. OLE color: 4134857.

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

Color convert

RGB 201 23 63 -
CMYK 0 0.89 0.69 0.21
HSL 346.52º 0.79% 0.44% -
HSV(B) 346.52º 0.89% 0.79% -
XYZ 25.29 13.39 5.95 -
YUV 80.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 201 23 63 0 0.89 0.69 0.21 346.52 0.79 0.44
Hex C9 17 3F 0 59 45 15 15B 4F 2C
Octal 311 27 77 0 131 105 25 533 117 54
Binary 11001001 10111 111111 0 1011001 1000101 10101 101011011 1001111 101100

Color Harmonies of #C9173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9173F

Black with #C9173F

Text Example


Text Example

White with #C9173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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