Html Css Color HEX #C91244 Cardinal

📋 copy color: '#C91244'

red 201 ◦ green 18 ◦ blue 68

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

Shades of Cardinal #C91244

Tints of Cardinal #C91244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.69%

R = 70.03%
G = 6.27%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C91244 (or 0xC91244) is known color: Cardinal. HEX triplet: C9, 12 and 44. RGB value is (201,18,68). Sum of RGB (Red+Green+Blue) = 201+18+68=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C91244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91244 is #36EDBB. Grayscale: #4E4E4E. Windows color (decimal): -3599804 or 4461257. OLE color: 4461257.

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

Color convert

RGB 201 18 68 -
CMYK 0 0.91 0.66 0.21
HSL 343.61º 0.84% 0.43% -
HSV(B) 343.61º 0.91% 0.79% -
XYZ 25.35 13.27 6.69 -
YUV 78.42 122.13 215.43 -
System Red Green Blue C M Y K H S L
Decimal 201 18 68 0 0.91 0.66 0.21 343.61 0.84 0.43
Hex C9 12 44 0 5B 42 15 158 54 2B
Octal 311 22 104 0 133 102 25 530 124 53
Binary 11001001 10010 1000100 0 1011011 1000010 10101 101011000 1010100 101011

Color Harmonies of #C91244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91244

Black with #C91244

Text Example


Text Example

White with #C91244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91244; }

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

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

background-color css

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

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

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

border-color css

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

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

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