Html Css Color HEX #C91541 Cardinal

📋 copy color: '#C91541'

red 201 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #C91541

Tints of Cardinal #C91541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 70.03%
G = 7.32%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C91541 (or 0xC91541) is known color: Cardinal. HEX triplet: C9, 15 and 41. RGB value is (201,21,65). Sum of RGB (Red+Green+Blue) = 201+21+65=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C91541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91541 is #36EABE. Grayscale: #4F4F4F. Windows color (decimal): -3599039 or 4265417. OLE color: 4265417.

HSL color Cylindrical-coordinate representation of color #C91541: hue angle of 345.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91541 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 65 -
CMYK 0 0.90 0.68 0.21
HSL 345.33º 0.81% 0.44% -
HSV(B) 345.33º 0.9% 0.79% -
XYZ 25.31 13.34 6.24 -
YUV 79.84 119.63 214.42 -
System Red Green Blue C M Y K H S L
Decimal 201 21 65 0 0.90 0.68 0.21 345.33 0.81 0.44
Hex C9 15 41 0 5A 44 15 159 51 2C
Octal 311 25 101 0 132 104 25 531 121 54
Binary 11001001 10101 1000001 0 1011010 1000100 10101 101011001 1010001 101100

Color Harmonies of #C91541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91541

Black with #C91541

Text Example


Text Example

White with #C91541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91541; }

 p { color: rgb(201,21,65); }

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

background-color css

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

 a { background-color: rgb(201,21,65); }

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

border-color css

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

 span { border-color: rgb(201,21,65); }

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