Html Css Color HEX #C9193B Cardinal

📋 copy color: '#C9193B'

red 201 ◦ green 25 ◦ blue 59

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

Shades of Cardinal #C9193B

Tints of Cardinal #C9193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 70.53%
G = 8.77%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C9193B (or 0xC9193B) is known color: Cardinal. HEX triplet: C9, 19 and 3B. RGB value is (201,25,59). Sum of RGB (Red+Green+Blue) = 201+25+59=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9193B is #36E6C4. Grayscale: #515151. Windows color (decimal): -3598021 or 3873225. OLE color: 3873225.

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

Color convert

RGB 201 25 59 -
CMYK 0 0.88 0.71 0.21
HSL 348.41º 0.78% 0.44% -
HSV(B) 348.41º 0.88% 0.79% -
XYZ 25.22 13.43 5.4 -
YUV 81.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 201 25 59 0 0.88 0.71 0.21 348.41 0.78 0.44
Hex C9 19 3B 0 58 47 15 15C 4E 2C
Octal 311 31 73 0 130 107 25 534 116 54
Binary 11001001 11001 111011 0 1011000 1000111 10101 101011100 1001110 101100

Color Harmonies of #C9193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9193B

Black with #C9193B

Text Example


Text Example

White with #C9193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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