Html Css Color HEX #C9193E Cardinal

📋 copy color: '#C9193E'

red 201 ◦ green 25 ◦ blue 62

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

Shades of Cardinal #C9193E

Tints of Cardinal #C9193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 69.79%
G = 8.68%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9193E (or 0xC9193E) is known color: Cardinal. HEX triplet: C9, 19 and 3E. RGB value is (201,25,62). Sum of RGB (Red+Green+Blue) = 201+25+62=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C9193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9193E is #36E6C1. Grayscale: #515151. Windows color (decimal): -3598018 or 4069833. OLE color: 4069833.

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

Color convert

RGB 201 25 62 -
CMYK 0 0.88 0.69 0.21
HSL 347.39º 0.78% 0.44% -
HSV(B) 347.39º 0.88% 0.79% -
XYZ 25.3 13.46 5.82 -
YUV 81.84 116.81 212.99 -
System Red Green Blue C M Y K H S L
Decimal 201 25 62 0 0.88 0.69 0.21 347.39 0.78 0.44
Hex C9 19 3E 0 58 45 15 15B 4E 2C
Octal 311 31 76 0 130 105 25 533 116 54
Binary 11001001 11001 111110 0 1011000 1000101 10101 101011011 1001110 101100

Color Harmonies of #C9193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9193E

Black with #C9193E

Text Example


Text Example

White with #C9193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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