Html Css Color HEX #C91B37 Cardinal

📋 copy color: '#C91B37'

red 201 ◦ green 27 ◦ blue 55

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

Shades of Cardinal #C91B37

Tints of Cardinal #C91B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.54%

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

R = 71.02%
G = 9.54%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C91B37 (or 0xC91B37) is known color: Cardinal. HEX triplet: C9, 1B and 37. RGB value is (201,27,55). Sum of RGB (Red+Green+Blue) = 201+27+55=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91B37 is #36E4C8. Grayscale: #525252. Windows color (decimal): -3597513 or 3611593. OLE color: 3611593.

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

Color convert

RGB 201 27 55 -
CMYK 0 0.87 0.73 0.21
HSL 350.34º 0.76% 0.45% -
HSV(B) 350.34º 0.87% 0.79% -
XYZ 25.17 13.48 4.89 -
YUV 82.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 201 27 55 0 0.87 0.73 0.21 350.34 0.76 0.45
Hex C9 1B 37 0 57 49 15 15E 4C 2D
Octal 311 33 67 0 127 111 25 536 114 55
Binary 11001001 11011 110111 0 1010111 1001001 10101 101011110 1001100 101101

Color Harmonies of #C91B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91B37

Black with #C91B37

Text Example


Text Example

White with #C91B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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