Html Css Color HEX #C91131 Cardinal

📋 copy color: '#C91131'

red 201 ◦ green 17 ◦ blue 49

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

Shades of Cardinal #C91131

Tints of Cardinal #C91131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.37%

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

R = 75.28%
G = 6.37%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C91131 (or 0xC91131) is known color: Cardinal. HEX triplet: C9, 11 and 31. RGB value is (201,17,49). Sum of RGB (Red+Green+Blue) = 201+17+49=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C91131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91131 is #36EECE. Grayscale: #4B4B4B. Windows color (decimal): -3600079 or 3215817. OLE color: 3215817.

HSL color Cylindrical-coordinate representation of color #C91131: hue angle of 349.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91131 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 17 49 -
CMYK 0 0.92 0.76 0.21
HSL 349.57º 0.84% 0.43% -
HSV(B) 349.57º 0.92% 0.79% -
XYZ 24.84 13.04 4.11 -
YUV 75.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 201 17 49 0 0.92 0.76 0.21 349.57 0.84 0.43
Hex C9 11 31 0 5C 4C 15 15E 54 2B
Octal 311 21 61 0 134 114 25 536 124 53
Binary 11001001 10001 110001 0 1011100 1001100 10101 101011110 1010100 101011

Color Harmonies of #C91131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91131

Black with #C91131

Text Example


Text Example

White with #C91131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91131; }

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

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

background-color css

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

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

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

border-color css

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

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

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