Html Css Color HEX #C91840 Cardinal

📋 copy color: '#C91840'

red 201 ◦ green 24 ◦ blue 64

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

Shades of Cardinal #C91840

Tints of Cardinal #C91840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 69.55%
G = 8.3%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C91840 (or 0xC91840) is known color: Cardinal. HEX triplet: C9, 18 and 40. RGB value is (201,24,64). Sum of RGB (Red+Green+Blue) = 201+24+64=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C91840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91840 is #36E7BF. Grayscale: #515151. Windows color (decimal): -3598272 or 4200649. OLE color: 4200649.

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

Color convert

RGB 201 24 64 -
CMYK 0 0.88 0.68 0.21
HSL 346.44º 0.79% 0.44% -
HSV(B) 346.44º 0.88% 0.79% -
XYZ 25.34 13.44 6.11 -
YUV 81.48 118.14 213.25 -
System Red Green Blue C M Y K H S L
Decimal 201 24 64 0 0.88 0.68 0.21 346.44 0.79 0.44
Hex C9 18 40 0 58 44 15 15A 4F 2C
Octal 311 30 100 0 130 104 25 532 117 54
Binary 11001001 11000 1000000 0 1011000 1000100 10101 101011010 1001111 101100

Color Harmonies of #C91840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91840

Black with #C91840

Text Example


Text Example

White with #C91840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91840; }

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

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

background-color css

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

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

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

border-color css

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

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

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