Html Css Color HEX #C9193F Cardinal

📋 copy color: '#C9193F'

red 201 ◦ green 25 ◦ blue 63

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

Shades of Cardinal #C9193F

Tints of Cardinal #C9193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 69.55%
G = 8.65%
B = 21.8%

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

#C9193F (or 0xC9193F) is known color: Cardinal. HEX triplet: C9, 19 and 3F. RGB value is (201,25,63). Sum of RGB (Red+Green+Blue) = 201+25+63=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C9193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9193F is #36E6C0. Grayscale: #515151. Windows color (decimal): -3598017 or 4135369. OLE color: 4135369.

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

Color convert

RGB 201 25 63 -
CMYK 0 0.88 0.69 0.21
HSL 347.05º 0.78% 0.44% -
HSV(B) 347.05º 0.88% 0.79% -
XYZ 25.33 13.47 5.97 -
YUV 81.96 117.31 212.91 -
System Red Green Blue C M Y K H S L
Decimal 201 25 63 0 0.88 0.69 0.21 347.05 0.78 0.44
Hex C9 19 3F 0 58 45 15 15B 4E 2C
Octal 311 31 77 0 130 105 25 533 116 54
Binary 11001001 11001 111111 0 1011000 1000101 10101 101011011 1001110 101100

Color Harmonies of #C9193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9193F

Black with #C9193F

Text Example


Text Example

White with #C9193F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9193F; }

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

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

background-color css

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

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

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

border-color css

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

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

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