Html Css Color HEX #C9163E Cardinal

📋 copy color: '#C9163E'

red 201 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #C9163E

Tints of Cardinal #C9163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

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

R = 70.53%
G = 7.72%
B = 21.75%

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

#C9163E (or 0xC9163E) is known color: Cardinal. HEX triplet: C9, 16 and 3E. RGB value is (201,22,62). Sum of RGB (Red+Green+Blue) = 201+22+62=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9163E is #36E9C1. Grayscale: #505050. Windows color (decimal): -3598786 or 4069065. OLE color: 4069065.

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

Color convert

RGB 201 22 62 -
CMYK 0 0.89 0.69 0.21
HSL 346.59º 0.8% 0.44% -
HSV(B) 346.59º 0.89% 0.79% -
XYZ 25.24 13.34 5.8 -
YUV 80.08 117.8 214.25 -
System Red Green Blue C M Y K H S L
Decimal 201 22 62 0 0.89 0.69 0.21 346.59 0.8 0.44
Hex C9 16 3E 0 59 45 15 15B 50 2C
Octal 311 26 76 0 131 105 25 533 120 54
Binary 11001001 10110 111110 0 1011001 1000101 10101 101011011 1010000 101100

Color Harmonies of #C9163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9163E

Black with #C9163E

Text Example


Text Example

White with #C9163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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