Html Css Color HEX #C91E32 Cardinal

📋 copy color: '#C91E32'

red 201 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #C91E32

Tints of Cardinal #C91E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.68%

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

R = 71.53%
G = 10.68%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C91E32 (or 0xC91E32) is known color: Cardinal. HEX triplet: C9, 1E and 32. RGB value is (201,30,50). Sum of RGB (Red+Green+Blue) = 201+30+50=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C91E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91E32 is #36E1CD. Grayscale: #535353. Windows color (decimal): -3596750 or 3284681. OLE color: 3284681.

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

Color convert

RGB 201 30 50 -
CMYK 0 0.85 0.75 0.21
HSL 352.98º 0.74% 0.45% -
HSV(B) 352.98º 0.85% 0.79% -
XYZ 25.13 13.58 4.31 -
YUV 83.41 109.15 211.87 -
System Red Green Blue C M Y K H S L
Decimal 201 30 50 0 0.85 0.75 0.21 352.98 0.74 0.45
Hex C9 1E 32 0 55 4B 15 161 4A 2D
Octal 311 36 62 0 125 113 25 541 112 55
Binary 11001001 11110 110010 0 1010101 1001011 10101 101100001 1001010 101101

Color Harmonies of #C91E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91E32

Black with #C91E32

Text Example


Text Example

White with #C91E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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