Html Css Color HEX #C91248 Cardinal

📋 copy color: '#C91248'

red 201 ◦ green 18 ◦ blue 72

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

Shades of Cardinal #C91248

Tints of Cardinal #C91248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 69.07%
G = 6.19%
B = 24.74%

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

#C91248 (or 0xC91248) is known color: Cardinal. HEX triplet: C9, 12 and 48. RGB value is (201,18,72). Sum of RGB (Red+Green+Blue) = 201+18+72=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C91248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91248 is #36EDB7. Grayscale: #4E4E4E. Windows color (decimal): -3599800 or 4723401. OLE color: 4723401.

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

Color convert

RGB 201 18 72 -
CMYK 0 0.91 0.64 0.21
HSL 342.3º 0.84% 0.43% -
HSV(B) 342.3º 0.91% 0.79% -
XYZ 25.47 13.32 7.36 -
YUV 78.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 201 18 72 0 0.91 0.64 0.21 342.3 0.84 0.43
Hex C9 12 48 0 5B 40 15 156 54 2B
Octal 311 22 110 0 133 100 25 526 124 53
Binary 11001001 10010 1001000 0 1011011 1000000 10101 101010110 1010100 101011

Color Harmonies of #C91248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91248

Black with #C91248

Text Example


Text Example

White with #C91248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91248; }

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

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

background-color css

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

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

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

border-color css

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

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

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