Html Css Color HEX #C9172E Cardinal

📋 copy color: '#C9172E'

red 201 ◦ green 23 ◦ blue 46

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

Shades of Cardinal #C9172E

Tints of Cardinal #C9172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 74.44%
G = 8.52%
B = 17.04%

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

#C9172E (or 0xC9172E) is known color: Cardinal. HEX triplet: C9, 17 and 2E. RGB value is (201,23,46). Sum of RGB (Red+Green+Blue) = 201+23+46=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C9172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9172E is #36E8D1. Grayscale: #4E4E4E. Windows color (decimal): -3598546 or 3020745. OLE color: 3020745.

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

Color convert

RGB 201 23 46 -
CMYK 0 0.89 0.77 0.21
HSL 352.25º 0.79% 0.44% -
HSV(B) 352.25º 0.89% 0.79% -
XYZ 24.89 13.23 3.83 -
YUV 78.84 109.47 215.13 -
System Red Green Blue C M Y K H S L
Decimal 201 23 46 0 0.89 0.77 0.21 352.25 0.79 0.44
Hex C9 17 2E 0 59 4D 15 160 4F 2C
Octal 311 27 56 0 131 115 25 540 117 54
Binary 11001001 10111 101110 0 1011001 1001101 10101 101100000 1001111 101100

Color Harmonies of #C9172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9172E

Black with #C9172E

Text Example


Text Example

White with #C9172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9172E; }

 p { color: rgb(201,23,46); }

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

background-color css

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

 a { background-color: rgb(201,23,46); }

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

border-color css

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

 span { border-color: rgb(201,23,46); }

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