Html Css Color HEX #C91537 Cardinal

📋 copy color: '#C91537'

red 201 ◦ green 21 ◦ blue 55

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

Shades of Cardinal #C91537

Tints of Cardinal #C91537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.86%

R = 72.56%
G = 7.58%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C91537 (or 0xC91537) is known color: Cardinal. HEX triplet: C9, 15 and 37. RGB value is (201,21,55). Sum of RGB (Red+Green+Blue) = 201+21+55=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C91537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91537 is #36EAC8. Grayscale: #4E4E4E. Windows color (decimal): -3599049 or 3610057. OLE color: 3610057.

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

Color convert

RGB 201 21 55 -
CMYK 0 0.90 0.73 0.21
HSL 348.67º 0.81% 0.44% -
HSV(B) 348.67º 0.9% 0.79% -
XYZ 25.05 13.23 4.85 -
YUV 78.7 114.63 215.24 -
System Red Green Blue C M Y K H S L
Decimal 201 21 55 0 0.90 0.73 0.21 348.67 0.81 0.44
Hex C9 15 37 0 5A 49 15 15D 51 2C
Octal 311 25 67 0 132 111 25 535 121 54
Binary 11001001 10101 110111 0 1011010 1001001 10101 101011101 1010001 101100

Color Harmonies of #C91537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91537

Black with #C91537

Text Example


Text Example

White with #C91537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91537; }

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

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

background-color css

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

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

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

border-color css

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

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

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