Html Css Color HEX #C91839 Cardinal

📋 copy color: '#C91839'

red 201 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #C91839

Tints of Cardinal #C91839

RGB

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

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

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

R = 71.28%
G = 8.51%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C91839 (or 0xC91839) is known color: Cardinal. HEX triplet: C9, 18 and 39. RGB value is (201,24,57). Sum of RGB (Red+Green+Blue) = 201+24+57=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C91839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91839 is #36E7C6. Grayscale: #505050. Windows color (decimal): -3598279 or 3741897. OLE color: 3741897.

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

Color convert

RGB 201 24 57 -
CMYK 0 0.88 0.72 0.21
HSL 348.81º 0.79% 0.44% -
HSV(B) 348.81º 0.88% 0.79% -
XYZ 25.15 13.37 5.13 -
YUV 80.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 201 24 57 0 0.88 0.72 0.21 348.81 0.79 0.44
Hex C9 18 39 0 58 48 15 15D 4F 2C
Octal 311 30 71 0 130 110 25 535 117 54
Binary 11001001 11000 111001 0 1011000 1001000 10101 101011101 1001111 101100

Color Harmonies of #C91839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91839

Black with #C91839

Text Example


Text Example

White with #C91839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91839; }

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

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

background-color css

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

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

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

border-color css

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

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

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