Html Css Color HEX #C91836 Cardinal

📋 copy color: '#C91836'

red 201 ◦ green 24 ◦ blue 54

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

Shades of Cardinal #C91836

Tints of Cardinal #C91836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 54 (21.48% from 255) = 19.35%

R = 72.04%
G = 8.6%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C91836 (or 0xC91836) is known color: Cardinal. HEX triplet: C9, 18 and 36. RGB value is (201,24,54). Sum of RGB (Red+Green+Blue) = 201+24+54=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C91836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91836 is #36E7C9. Grayscale: #505050. Windows color (decimal): -3598282 or 3545289. OLE color: 3545289.

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

Color convert

RGB 201 24 54 -
CMYK 0 0.88 0.73 0.21
HSL 349.83º 0.79% 0.44% -
HSV(B) 349.83º 0.88% 0.79% -
XYZ 25.08 13.34 4.74 -
YUV 80.34 113.14 214.06 -
System Red Green Blue C M Y K H S L
Decimal 201 24 54 0 0.88 0.73 0.21 349.83 0.79 0.44
Hex C9 18 36 0 58 49 15 15E 4F 2C
Octal 311 30 66 0 130 111 25 536 117 54
Binary 11001001 11000 110110 0 1011000 1001001 10101 101011110 1001111 101100

Color Harmonies of #C91836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91836

Black with #C91836

Text Example


Text Example

White with #C91836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91836; }

 p { color: rgb(201,24,54); }

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

background-color css

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

 a { background-color: rgb(201,24,54); }

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

border-color css

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

 span { border-color: rgb(201,24,54); }

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