Html Css Color HEX #C91539 Cardinal

📋 copy color: '#C91539'

red 201 ◦ green 21 ◦ blue 57

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

Shades of Cardinal #C91539

Tints of Cardinal #C91539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.43%

R = 72.04%
G = 7.53%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C91539 (or 0xC91539) is known color: Cardinal. HEX triplet: C9, 15 and 39. RGB value is (201,21,57). Sum of RGB (Red+Green+Blue) = 201+21+57=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C91539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91539 is #36EAC6. Grayscale: #4E4E4E. Windows color (decimal): -3599047 or 3741129. OLE color: 3741129.

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

Color convert

RGB 201 21 57 -
CMYK 0 0.90 0.72 0.21
HSL 348º 0.81% 0.44% -
HSV(B) 348º 0.9% 0.79% -
XYZ 25.09 13.25 5.11 -
YUV 78.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 201 21 57 0 0.90 0.72 0.21 348 0.81 0.44
Hex C9 15 39 0 5A 48 15 15C 51 2C
Octal 311 25 71 0 132 110 25 534 121 54
Binary 11001001 10101 111001 0 1011010 1001000 10101 101011100 1010001 101100

Color Harmonies of #C91539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91539

Black with #C91539

Text Example


Text Example

White with #C91539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91539; }

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

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

background-color css

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

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

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

border-color css

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

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

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