Html Css Color HEX #C91548 Cardinal

📋 copy color: '#C91548'

red 201 ◦ green 21 ◦ blue 72

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

Shades of Cardinal #C91548

Tints of Cardinal #C91548

RGB

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

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

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

R = 68.37%
G = 7.14%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C91548 (or 0xC91548) is known color: Cardinal. HEX triplet: C9, 15 and 48. RGB value is (201,21,72). Sum of RGB (Red+Green+Blue) = 201+21+72=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C91548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91548 is #36EAB7. Grayscale: #505050. Windows color (decimal): -3599032 or 4724169. OLE color: 4724169.

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

Color convert

RGB 201 21 72 -
CMYK 0 0.90 0.64 0.21
HSL 343º 0.81% 0.44% -
HSV(B) 343º 0.9% 0.79% -
XYZ 25.53 13.42 7.38 -
YUV 80.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 201 21 72 0 0.90 0.64 0.21 343 0.81 0.44
Hex C9 15 48 0 5A 40 15 157 51 2C
Octal 311 25 110 0 132 100 25 527 121 54
Binary 11001001 10101 1001000 0 1011010 1000000 10101 101010111 1010001 101100

Color Harmonies of #C91548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91548

Black with #C91548

Text Example


Text Example

White with #C91548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91548; }

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

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

background-color css

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

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

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

border-color css

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

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

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