Html Css Color HEX #C91731 Cardinal

📋 copy color: '#C91731'

red 201 ◦ green 23 ◦ blue 49

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

Shades of Cardinal #C91731

Tints of Cardinal #C91731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 73.63%
G = 8.42%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C91731 (or 0xC91731) is known color: Cardinal. HEX triplet: C9, 17 and 31. RGB value is (201,23,49). Sum of RGB (Red+Green+Blue) = 201+23+49=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C91731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91731 is #36E8CE. Grayscale: #4F4F4F. Windows color (decimal): -3598543 or 3217353. OLE color: 3217353.

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

Color convert

RGB 201 23 49 -
CMYK 0 0.89 0.76 0.21
HSL 351.24º 0.79% 0.44% -
HSV(B) 351.24º 0.89% 0.79% -
XYZ 24.95 13.25 4.15 -
YUV 79.19 110.97 214.89 -
System Red Green Blue C M Y K H S L
Decimal 201 23 49 0 0.89 0.76 0.21 351.24 0.79 0.44
Hex C9 17 31 0 59 4C 15 15F 4F 2C
Octal 311 27 61 0 131 114 25 537 117 54
Binary 11001001 10111 110001 0 1011001 1001100 10101 101011111 1001111 101100

Color Harmonies of #C91731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91731

Black with #C91731

Text Example


Text Example

White with #C91731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91731; }

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

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

background-color css

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

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

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

border-color css

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

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

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