Html Css Color HEX #C91737 Cardinal

📋 copy color: '#C91737'

red 201 ◦ green 23 ◦ blue 55

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

Shades of Cardinal #C91737

Tints of Cardinal #C91737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.24%

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

R = 72.04%
G = 8.24%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C91737 (or 0xC91737) is known color: Cardinal. HEX triplet: C9, 17 and 37. RGB value is (201,23,55). Sum of RGB (Red+Green+Blue) = 201+23+55=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C91737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91737 is #36E8C8. Grayscale: #4F4F4F. Windows color (decimal): -3598537 or 3610569. OLE color: 3610569.

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

Color convert

RGB 201 23 55 -
CMYK 0 0.89 0.73 0.21
HSL 349.21º 0.79% 0.44% -
HSV(B) 349.21º 0.89% 0.79% -
XYZ 25.08 13.31 4.86 -
YUV 79.87 113.97 214.4 -
System Red Green Blue C M Y K H S L
Decimal 201 23 55 0 0.89 0.73 0.21 349.21 0.79 0.44
Hex C9 17 37 0 59 49 15 15D 4F 2C
Octal 311 27 67 0 131 111 25 535 117 54
Binary 11001001 10111 110111 0 1011001 1001001 10101 101011101 1001111 101100

Color Harmonies of #C91737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91737

Black with #C91737

Text Example


Text Example

White with #C91737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91737; }

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

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

background-color css

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

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

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

border-color css

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

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

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