Html Css Color HEX #C91236 Cardinal

📋 copy color: '#C91236'

red 201 ◦ green 18 ◦ blue 54

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

Shades of Cardinal #C91236

Tints of Cardinal #C91236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

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

R = 73.63%
G = 6.59%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C91236 (or 0xC91236) is known color: Cardinal. HEX triplet: C9, 12 and 36. RGB value is (201,18,54). Sum of RGB (Red+Green+Blue) = 201+18+54=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C91236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91236 is #36EDC9. Grayscale: #4C4C4C. Windows color (decimal): -3599818 or 3543753. OLE color: 3543753.

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

Color convert

RGB 201 18 54 -
CMYK 0 0.91 0.73 0.21
HSL 348.2º 0.84% 0.43% -
HSV(B) 348.2º 0.91% 0.79% -
XYZ 24.97 13.12 4.71 -
YUV 76.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 201 18 54 0 0.91 0.73 0.21 348.2 0.84 0.43
Hex C9 12 36 0 5B 49 15 15C 54 2B
Octal 311 22 66 0 133 111 25 534 124 53
Binary 11001001 10010 110110 0 1011011 1001001 10101 101011100 1010100 101011

Color Harmonies of #C91236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91236

Black with #C91236

Text Example


Text Example

White with #C91236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91236; }

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

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

background-color css

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

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

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

border-color css

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

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

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