Html Css Color HEX #C91946 Cardinal

📋 copy color: '#C91946'

red 201 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #C91946

Tints of Cardinal #C91946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

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

R = 67.91%
G = 8.45%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C91946 (or 0xC91946) is known color: Cardinal. HEX triplet: C9, 19 and 46. RGB value is (201,25,70). Sum of RGB (Red+Green+Blue) = 201+25+70=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C91946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91946 is #36E6B9. Grayscale: #525252. Windows color (decimal): -3598010 or 4594121. OLE color: 4594121.

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

Color convert

RGB 201 25 70 -
CMYK 0 0.88 0.65 0.21
HSL 344.66º 0.78% 0.44% -
HSV(B) 344.66º 0.88% 0.79% -
XYZ 25.54 13.55 7.06 -
YUV 82.75 120.81 212.34 -
System Red Green Blue C M Y K H S L
Decimal 201 25 70 0 0.88 0.65 0.21 344.66 0.78 0.44
Hex C9 19 46 0 58 41 15 159 4E 2C
Octal 311 31 106 0 130 101 25 531 116 54
Binary 11001001 11001 1000110 0 1011000 1000001 10101 101011001 1001110 101100

Color Harmonies of #C91946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91946

Black with #C91946

Text Example


Text Example

White with #C91946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91946; }

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

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

background-color css

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

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

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

border-color css

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

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

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