Html Css Color HEX #C9173D Cardinal

📋 copy color: '#C9173D'

red 201 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #C9173D

Tints of Cardinal #C9173D

RGB

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

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

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

R = 70.53%
G = 8.07%
B = 21.4%

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

#C9173D (or 0xC9173D) is known color: Cardinal. HEX triplet: C9, 17 and 3D. RGB value is (201,23,61). Sum of RGB (Red+Green+Blue) = 201+23+61=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9173D is #36E8C2. Grayscale: #505050. Windows color (decimal): -3598531 or 4003785. OLE color: 4003785.

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

Color convert

RGB 201 23 61 -
CMYK 0 0.89 0.70 0.21
HSL 347.19º 0.79% 0.44% -
HSV(B) 347.19º 0.89% 0.79% -
XYZ 25.24 13.37 5.66 -
YUV 80.55 116.97 213.91 -
System Red Green Blue C M Y K H S L
Decimal 201 23 61 0 0.89 0.70 0.21 347.19 0.79 0.44
Hex C9 17 3D 0 59 46 15 15B 4F 2C
Octal 311 27 75 0 131 106 25 533 117 54
Binary 11001001 10111 111101 0 1011001 1000110 10101 101011011 1001111 101100

Color Harmonies of #C9173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9173D

Black with #C9173D

Text Example


Text Example

White with #C9173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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