Html Css Color HEX #C91249 Cardinal

📋 copy color: '#C91249'

red 201 ◦ green 18 ◦ blue 73

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

Shades of Cardinal #C91249

Tints of Cardinal #C91249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25%

R = 68.84%
G = 6.16%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C91249 (or 0xC91249) is known color: Cardinal. HEX triplet: C9, 12 and 49. RGB value is (201,18,73). Sum of RGB (Red+Green+Blue) = 201+18+73=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C91249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91249 is #36EDB6. Grayscale: #4E4E4E. Windows color (decimal): -3599799 or 4788937. OLE color: 4788937.

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

Color convert

RGB 201 18 73 -
CMYK 0 0.91 0.64 0.21
HSL 341.97º 0.84% 0.43% -
HSV(B) 341.97º 0.91% 0.79% -
XYZ 25.51 13.33 7.53 -
YUV 78.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 201 18 73 0 0.91 0.64 0.21 341.97 0.84 0.43
Hex C9 12 49 0 5B 40 15 156 54 2B
Octal 311 22 111 0 133 100 25 526 124 53
Binary 11001001 10010 1001001 0 1011011 1000000 10101 101010110 1010100 101011

Color Harmonies of #C91249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91249

Black with #C91249

Text Example


Text Example

White with #C91249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91249; }

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

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

background-color css

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

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

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

border-color css

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

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

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