Html Css Color HEX #C91A4C Cardinal

📋 copy color: '#C91A4C'

red 201 ◦ green 26 ◦ blue 76

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

Shades of Cardinal #C91A4C

Tints of Cardinal #C91A4C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.58%

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 66.34%
G = 8.58%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C91A4C (or 0xC91A4C) is known color: Cardinal. HEX triplet: C9, 1A and 4C. RGB value is (201,26,76). Sum of RGB (Red+Green+Blue) = 201+26+76=303 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.34% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91A4C is #36E5B3. Grayscale: #545454. Windows color (decimal): -3597748 or 4987593. OLE color: 4987593.

HSL color Cylindrical-coordinate representation of color #C91A4C: hue angle of 342.86º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91A4C is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 26 76 -
CMYK 0 0.87 0.62 0.21
HSL 342.86º 0.77% 0.45% -
HSV(B) 342.86º 0.87% 0.79% -
XYZ 25.76 13.68 8.12 -
YUV 84.03 123.48 211.43 -
System Red Green Blue C M Y K H S L
Decimal 201 26 76 0 0.87 0.62 0.21 342.86 0.77 0.45
Hex C9 1A 4C 0 57 3E 15 157 4D 2D
Octal 311 32 114 0 127 76 25 527 115 55
Binary 11001001 11010 1001100 0 1010111 111110 10101 101010111 1001101 101101

Color Harmonies of #C91A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91A4C

Black with #C91A4C

Text Example


Text Example

White with #C91A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91A4C; }

 p { color: rgb(201,26,76); }

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

background-color css

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

 a { background-color: rgb(201,26,76); }

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

border-color css

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

 span { border-color: rgb(201,26,76); }

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