Html Css Color HEX #C91830 Cardinal

📋 copy color: '#C91830'

red 201 ◦ green 24 ◦ blue 48

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

Shades of Cardinal #C91830

Tints of Cardinal #C91830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 73.63%
G = 8.79%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C91830 (or 0xC91830) is known color: Cardinal. HEX triplet: C9, 18 and 30. RGB value is (201,24,48). Sum of RGB (Red+Green+Blue) = 201+24+48=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C91830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91830 is #36E7CF. Grayscale: #4F4F4F. Windows color (decimal): -3598288 or 3152073. OLE color: 3152073.

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

Color convert

RGB 201 24 48 -
CMYK 0 0.88 0.76 0.21
HSL 351.86º 0.79% 0.44% -
HSV(B) 351.86º 0.88% 0.79% -
XYZ 24.95 13.28 4.05 -
YUV 79.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 201 24 48 0 0.88 0.76 0.21 351.86 0.79 0.44
Hex C9 18 30 0 58 4C 15 160 4F 2C
Octal 311 30 60 0 130 114 25 540 117 54
Binary 11001001 11000 110000 0 1011000 1001100 10101 101100000 1001111 101100

Color Harmonies of #C91830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91830

Black with #C91830

Text Example


Text Example

White with #C91830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91830; }

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

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

background-color css

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

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

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

border-color css

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

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

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