Html Css Color HEX #C9163B Cardinal

📋 copy color: '#C9163B'

red 201 ◦ green 22 ◦ blue 59

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

Shades of Cardinal #C9163B

Tints of Cardinal #C9163B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 71.28%
G = 7.8%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9163B (or 0xC9163B) is known color: Cardinal. HEX triplet: C9, 16 and 3B. RGB value is (201,22,59). Sum of RGB (Red+Green+Blue) = 201+22+59=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C9163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9163B is #36E9C4. Grayscale: #4F4F4F. Windows color (decimal): -3598789 or 3872457. OLE color: 3872457.

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

Color convert

RGB 201 22 59 -
CMYK 0 0.89 0.71 0.21
HSL 347.6º 0.8% 0.44% -
HSV(B) 347.6º 0.89% 0.79% -
XYZ 25.16 13.31 5.38 -
YUV 79.74 116.3 214.49 -
System Red Green Blue C M Y K H S L
Decimal 201 22 59 0 0.89 0.71 0.21 347.6 0.8 0.44
Hex C9 16 3B 0 59 47 15 15C 50 2C
Octal 311 26 73 0 131 107 25 534 120 54
Binary 11001001 10110 111011 0 1011001 1000111 10101 101011100 1010000 101100

Color Harmonies of #C9163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9163B

Black with #C9163B

Text Example


Text Example

White with #C9163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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