Html Css Color HEX #C91531 Cardinal

📋 copy color: '#C91531'

red 201 ◦ green 21 ◦ blue 49

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

Shades of Cardinal #C91531

Tints of Cardinal #C91531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

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

R = 74.17%
G = 7.75%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C91531 (or 0xC91531) is known color: Cardinal. HEX triplet: C9, 15 and 31. RGB value is (201,21,49). Sum of RGB (Red+Green+Blue) = 201+21+49=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C91531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91531 is #36EACE. Grayscale: #4E4E4E. Windows color (decimal): -3599055 or 3216841. OLE color: 3216841.

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

Color convert

RGB 201 21 49 -
CMYK 0 0.90 0.76 0.21
HSL 350.67º 0.81% 0.44% -
HSV(B) 350.67º 0.9% 0.79% -
XYZ 24.91 13.18 4.14 -
YUV 78.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 201 21 49 0 0.90 0.76 0.21 350.67 0.81 0.44
Hex C9 15 31 0 5A 4C 15 15F 51 2C
Octal 311 25 61 0 132 114 25 537 121 54
Binary 11001001 10101 110001 0 1011010 1001100 10101 101011111 1010001 101100

Color Harmonies of #C91531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91531

Black with #C91531

Text Example


Text Example

White with #C91531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91531; }

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

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

background-color css

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

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

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

border-color css

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

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

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