Html Css Color HEX #C91246 Cardinal

📋 copy color: '#C91246'

red 201 ◦ green 18 ◦ blue 70

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

Shades of Cardinal #C91246

Tints of Cardinal #C91246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.22%

R = 69.55%
G = 6.23%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C91246 (or 0xC91246) is known color: Cardinal. HEX triplet: C9, 12 and 46. RGB value is (201,18,70). Sum of RGB (Red+Green+Blue) = 201+18+70=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C91246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91246 is #36EDB9. Grayscale: #4E4E4E. Windows color (decimal): -3599802 or 4592329. OLE color: 4592329.

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

Color convert

RGB 201 18 70 -
CMYK 0 0.91 0.65 0.21
HSL 342.95º 0.84% 0.43% -
HSV(B) 342.95º 0.91% 0.79% -
XYZ 25.41 13.29 7.02 -
YUV 78.65 123.13 215.27 -
System Red Green Blue C M Y K H S L
Decimal 201 18 70 0 0.91 0.65 0.21 342.95 0.84 0.43
Hex C9 12 46 0 5B 41 15 157 54 2B
Octal 311 22 106 0 133 101 25 527 124 53
Binary 11001001 10010 1000110 0 1011011 1000001 10101 101010111 1010100 101011

Color Harmonies of #C91246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91246

Black with #C91246

Text Example


Text Example

White with #C91246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91246; }

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

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

background-color css

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

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

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

border-color css

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

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

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