Html Css Color HEX #C9193A Cardinal

📋 copy color: '#C9193A'

red 201 ◦ green 25 ◦ blue 58

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

Shades of Cardinal #C9193A

Tints of Cardinal #C9193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 70.77%
G = 8.8%
B = 20.42%

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

#C9193A (or 0xC9193A) is known color: Cardinal. HEX triplet: C9, 19 and 3A. RGB value is (201,25,58). Sum of RGB (Red+Green+Blue) = 201+25+58=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9193A is #36E6C5. Grayscale: #515151. Windows color (decimal): -3598022 or 3807689. OLE color: 3807689.

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

Color convert

RGB 201 25 58 -
CMYK 0 0.88 0.71 0.21
HSL 348.75º 0.78% 0.44% -
HSV(B) 348.75º 0.88% 0.79% -
XYZ 25.2 13.42 5.26 -
YUV 81.39 114.81 213.32 -
System Red Green Blue C M Y K H S L
Decimal 201 25 58 0 0.88 0.71 0.21 348.75 0.78 0.44
Hex C9 19 3A 0 58 47 15 15D 4E 2C
Octal 311 31 72 0 130 107 25 535 116 54
Binary 11001001 11001 111010 0 1011000 1000111 10101 101011101 1001110 101100

Color Harmonies of #C9193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9193A

Black with #C9193A

Text Example


Text Example

White with #C9193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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