Html Css Color HEX #C9163F Cardinal

📋 copy color: '#C9163F'

red 201 ◦ green 22 ◦ blue 63

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

Shades of Cardinal #C9163F

Tints of Cardinal #C9163F

RGB

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

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

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

R = 70.28%
G = 7.69%
B = 22.03%

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

#C9163F (or 0xC9163F) is known color: Cardinal. HEX triplet: C9, 16 and 3F. RGB value is (201,22,63). Sum of RGB (Red+Green+Blue) = 201+22+63=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C9163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9163F is #36E9C0. Grayscale: #505050. Windows color (decimal): -3598785 or 4134601. OLE color: 4134601.

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

Color convert

RGB 201 22 63 -
CMYK 0 0.89 0.69 0.21
HSL 346.26º 0.8% 0.44% -
HSV(B) 346.26º 0.89% 0.79% -
XYZ 25.27 13.35 5.95 -
YUV 80.2 118.3 214.17 -
System Red Green Blue C M Y K H S L
Decimal 201 22 63 0 0.89 0.69 0.21 346.26 0.8 0.44
Hex C9 16 3F 0 59 45 15 15A 50 2C
Octal 311 26 77 0 131 105 25 532 120 54
Binary 11001001 10110 111111 0 1011001 1000101 10101 101011010 1010000 101100

Color Harmonies of #C9163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9163F

Black with #C9163F

Text Example


Text Example

White with #C9163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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