Html Css Color HEX #C91032 Cardinal

📋 copy color: '#C91032'

red 201 ◦ green 16 ◦ blue 50

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

Shades of Cardinal #C91032

Tints of Cardinal #C91032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.99%

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 75.28%
G = 5.99%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C91032 (or 0xC91032) is known color: Cardinal. HEX triplet: C9, 10 and 32. RGB value is (201,16,50). Sum of RGB (Red+Green+Blue) = 201+16+50=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C91032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91032 is #36EFCD. Grayscale: #4B4B4B. Windows color (decimal): -3600334 or 3281097. OLE color: 3281097.

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

Color convert

RGB 201 16 50 -
CMYK 0 0.92 0.75 0.21
HSL 348.97º 0.85% 0.43% -
HSV(B) 348.97º 0.92% 0.79% -
XYZ 24.85 13.02 4.22 -
YUV 75.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 201 16 50 0 0.92 0.75 0.21 348.97 0.85 0.43
Hex C9 10 32 0 5C 4B 15 15D 55 2B
Octal 311 20 62 0 134 113 25 535 125 53
Binary 11001001 10000 110010 0 1011100 1001011 10101 101011101 1010101 101011

Color Harmonies of #C91032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91032

Black with #C91032

Text Example


Text Example

White with #C91032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91032; }

 p { color: rgb(201,16,50); }

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

background-color css

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

 a { background-color: rgb(201,16,50); }

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

border-color css

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

 span { border-color: rgb(201,16,50); }

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