Html Css Color HEX #C91832 Cardinal

📋 copy color: '#C91832'

red 201 ◦ green 24 ◦ blue 50

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

Shades of Cardinal #C91832

Tints of Cardinal #C91832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.73%

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

R = 73.09%
G = 8.73%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C91832 (or 0xC91832) is known color: Cardinal. HEX triplet: C9, 18 and 32. RGB value is (201,24,50). Sum of RGB (Red+Green+Blue) = 201+24+50=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C91832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91832 is #36E7CD. Grayscale: #4F4F4F. Windows color (decimal): -3598286 or 3283145. OLE color: 3283145.

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

Color convert

RGB 201 24 50 -
CMYK 0 0.88 0.75 0.21
HSL 351.19º 0.79% 0.44% -
HSV(B) 351.19º 0.88% 0.79% -
XYZ 24.99 13.3 4.27 -
YUV 79.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 201 24 50 0 0.88 0.75 0.21 351.19 0.79 0.44
Hex C9 18 32 0 58 4B 15 15F 4F 2C
Octal 311 30 62 0 130 113 25 537 117 54
Binary 11001001 11000 110010 0 1011000 1001011 10101 101011111 1001111 101100

Color Harmonies of #C91832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91832

Black with #C91832

Text Example


Text Example

White with #C91832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91832; }

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

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

background-color css

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

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

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

border-color css

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

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

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