Html Css Color HEX #C9163D Cardinal

📋 copy color: '#C9163D'

red 201 ◦ green 22 ◦ blue 61

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

Shades of Cardinal #C9163D

Tints of Cardinal #C9163D

RGB

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

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

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

R = 70.77%
G = 7.75%
B = 21.48%

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

#C9163D (or 0xC9163D) is known color: Cardinal. HEX triplet: C9, 16 and 3D. RGB value is (201,22,61). Sum of RGB (Red+Green+Blue) = 201+22+61=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9163D is #36E9C2. Grayscale: #4F4F4F. Windows color (decimal): -3598787 or 4003529. OLE color: 4003529.

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

Color convert

RGB 201 22 61 -
CMYK 0 0.89 0.70 0.21
HSL 346.93º 0.8% 0.44% -
HSV(B) 346.93º 0.89% 0.79% -
XYZ 25.22 13.33 5.66 -
YUV 79.97 117.3 214.33 -
System Red Green Blue C M Y K H S L
Decimal 201 22 61 0 0.89 0.70 0.21 346.93 0.8 0.44
Hex C9 16 3D 0 59 46 15 15B 50 2C
Octal 311 26 75 0 131 106 25 533 120 54
Binary 11001001 10110 111101 0 1011001 1000110 10101 101011011 1010000 101100

Color Harmonies of #C9163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9163D

Black with #C9163D

Text Example


Text Example

White with #C9163D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9163D; }

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

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

background-color css

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

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

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

border-color css

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

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

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