Html Css Color HEX #C91241 Cardinal

📋 copy color: '#C91241'

red 201 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #C91241

Tints of Cardinal #C91241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

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

R = 70.77%
G = 6.34%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C91241 (or 0xC91241) is known color: Cardinal. HEX triplet: C9, 12 and 41. RGB value is (201,18,65). Sum of RGB (Red+Green+Blue) = 201+18+65=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C91241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91241 is #36EDBE. Grayscale: #4E4E4E. Windows color (decimal): -3599807 or 4264649. OLE color: 4264649.

HSL color Cylindrical-coordinate representation of color #C91241: hue angle of 344.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91241 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 18 65 -
CMYK 0 0.91 0.68 0.21
HSL 344.59º 0.84% 0.43% -
HSV(B) 344.59º 0.91% 0.79% -
XYZ 25.26 13.23 6.22 -
YUV 78.08 120.63 215.68 -
System Red Green Blue C M Y K H S L
Decimal 201 18 65 0 0.91 0.68 0.21 344.59 0.84 0.43
Hex C9 12 41 0 5B 44 15 159 54 2B
Octal 311 22 101 0 133 104 25 531 124 53
Binary 11001001 10010 1000001 0 1011011 1000100 10101 101011001 1010100 101011

Color Harmonies of #C91241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91241

Black with #C91241

Text Example


Text Example

White with #C91241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91241; }

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

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

background-color css

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

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

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

border-color css

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

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

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