Html Css Color HEX #C9193D Cardinal

📋 copy color: '#C9193D'

red 201 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #C9193D

Tints of Cardinal #C9193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 70.03%
G = 8.71%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9193D (or 0xC9193D) is known color: Cardinal. HEX triplet: C9, 19 and 3D. RGB value is (201,25,61). Sum of RGB (Red+Green+Blue) = 201+25+61=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C9193D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9193D is #36E6C2. Grayscale: #515151. Windows color (decimal): -3598019 or 4004297. OLE color: 4004297.

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

Color convert

RGB 201 25 61 -
CMYK 0 0.88 0.70 0.21
HSL 347.73º 0.78% 0.44% -
HSV(B) 347.73º 0.88% 0.79% -
XYZ 25.28 13.45 5.68 -
YUV 81.73 116.31 213.07 -
System Red Green Blue C M Y K H S L
Decimal 201 25 61 0 0.88 0.70 0.21 347.73 0.78 0.44
Hex C9 19 3D 0 58 46 15 15C 4E 2C
Octal 311 31 75 0 130 106 25 534 116 54
Binary 11001001 11001 111101 0 1011000 1000110 10101 101011100 1001110 101100

Color Harmonies of #C9193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9193D

Black with #C9193D

Text Example


Text Example

White with #C9193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9193D; }

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

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

background-color css

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

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

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

border-color css

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

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

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