Html Css Color HEX #C91749 Cardinal

📋 copy color: '#C91749'

red 201 ◦ green 23 ◦ blue 73

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

Shades of Cardinal #C91749

Tints of Cardinal #C91749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.74%

 BLUE value IS 73 (28.91% from 255) = 24.58%

R = 67.68%
G = 7.74%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C91749 (or 0xC91749) is known color: Cardinal. HEX triplet: C9, 17 and 49. RGB value is (201,23,73). Sum of RGB (Red+Green+Blue) = 201+23+73=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C91749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91749 is #36E8B6. Grayscale: #515151. Windows color (decimal): -3598519 or 4790217. OLE color: 4790217.

HSL color Cylindrical-coordinate representation of color #C91749: hue angle of 343.15º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91749 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 73 -
CMYK 0 0.89 0.64 0.21
HSL 343.15º 0.79% 0.44% -
HSV(B) 343.15º 0.89% 0.79% -
XYZ 25.6 13.51 7.56 -
YUV 81.92 122.97 212.93 -
System Red Green Blue C M Y K H S L
Decimal 201 23 73 0 0.89 0.64 0.21 343.15 0.79 0.44
Hex C9 17 49 0 59 40 15 157 4F 2C
Octal 311 27 111 0 131 100 25 527 117 54
Binary 11001001 10111 1001001 0 1011001 1000000 10101 101010111 1001111 101100

Color Harmonies of #C91749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91749

Black with #C91749

Text Example


Text Example

White with #C91749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91749; }

 p { color: rgb(201,23,73); }

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

background-color css

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

 a { background-color: rgb(201,23,73); }

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

border-color css

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

 span { border-color: rgb(201,23,73); }

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