Html Css Color HEX #C9162F Cardinal

📋 copy color: '#C9162F'

red 201 ◦ green 22 ◦ blue 47

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

Shades of Cardinal #C9162F

Tints of Cardinal #C9162F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 74.44%
G = 8.15%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9162F (or 0xC9162F) is known color: Cardinal. HEX triplet: C9, 16 and 2F. RGB value is (201,22,47). Sum of RGB (Red+Green+Blue) = 201+22+47=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C9162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9162F is #36E9D0. Grayscale: #4E4E4E. Windows color (decimal): -3598801 or 3086025. OLE color: 3086025.

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

Color convert

RGB 201 22 47 -
CMYK 0 0.89 0.77 0.21
HSL 351.62º 0.8% 0.44% -
HSV(B) 351.62º 0.89% 0.79% -
XYZ 24.89 13.2 3.92 -
YUV 78.37 110.3 215.47 -
System Red Green Blue C M Y K H S L
Decimal 201 22 47 0 0.89 0.77 0.21 351.62 0.8 0.44
Hex C9 16 2F 0 59 4D 15 160 50 2C
Octal 311 26 57 0 131 115 25 540 120 54
Binary 11001001 10110 101111 0 1011001 1001101 10101 101100000 1010000 101100

Color Harmonies of #C9162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9162F

Black with #C9162F

Text Example


Text Example

White with #C9162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9162F; }

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

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

background-color css

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

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

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

border-color css

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

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

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