Html Css Color HEX #C91748 Cardinal

📋 copy color: '#C91748'

red 201 ◦ green 23 ◦ blue 72

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

Shades of Cardinal #C91748

Tints of Cardinal #C91748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.77%

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

R = 67.91%
G = 7.77%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C91748 (or 0xC91748) is known color: Cardinal. HEX triplet: C9, 17 and 48. RGB value is (201,23,72). Sum of RGB (Red+Green+Blue) = 201+23+72=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C91748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91748 is #36E8B7. Grayscale: #515151. Windows color (decimal): -3598520 or 4724681. OLE color: 4724681.

HSL color Cylindrical-coordinate representation of color #C91748: hue angle of 343.48º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91748 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 72 -
CMYK 0 0.89 0.64 0.21
HSL 343.48º 0.79% 0.44% -
HSV(B) 343.48º 0.89% 0.79% -
XYZ 25.56 13.5 7.39 -
YUV 81.81 122.47 213.02 -
System Red Green Blue C M Y K H S L
Decimal 201 23 72 0 0.89 0.64 0.21 343.48 0.79 0.44
Hex C9 17 48 0 59 40 15 157 4F 2C
Octal 311 27 110 0 131 100 25 527 117 54
Binary 11001001 10111 1001000 0 1011001 1000000 10101 101010111 1001111 101100

Color Harmonies of #C91748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91748

Black with #C91748

Text Example


Text Example

White with #C91748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91748; }

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

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

background-color css

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

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

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

border-color css

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

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

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