Html Css Color HEX #C9192E Cardinal

📋 copy color: '#C9192E'

red 201 ◦ green 25 ◦ blue 46

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

Shades of Cardinal #C9192E

Tints of Cardinal #C9192E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

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

R = 73.9%
G = 9.19%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9192E (or 0xC9192E) is known color: Cardinal. HEX triplet: C9, 19 and 2E. RGB value is (201,25,46). Sum of RGB (Red+Green+Blue) = 201+25+46=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C9192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9192E is #36E6D1. Grayscale: #505050. Windows color (decimal): -3598034 or 3021257. OLE color: 3021257.

HSL color Cylindrical-coordinate representation of color #C9192E: hue angle of 352.84º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9192E is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 46 -
CMYK 0 0.88 0.77 0.21
HSL 352.84º 0.78% 0.44% -
HSV(B) 352.84º 0.88% 0.79% -
XYZ 24.93 13.31 3.84 -
YUV 80.02 108.81 214.29 -
System Red Green Blue C M Y K H S L
Decimal 201 25 46 0 0.88 0.77 0.21 352.84 0.78 0.44
Hex C9 19 2E 0 58 4D 15 161 4E 2C
Octal 311 31 56 0 130 115 25 541 116 54
Binary 11001001 11001 101110 0 1011000 1001101 10101 101100001 1001110 101100

Color Harmonies of #C9192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9192E

Black with #C9192E

Text Example


Text Example

White with #C9192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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