Html Css Color HEX #C91649 Cardinal

📋 copy color: '#C91649'

red 201 ◦ green 22 ◦ blue 73

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

Shades of Cardinal #C91649

Tints of Cardinal #C91649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

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

R = 67.91%
G = 7.43%
B = 24.66%

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

#C91649 (or 0xC91649) is known color: Cardinal. HEX triplet: C9, 16 and 49. RGB value is (201,22,73). Sum of RGB (Red+Green+Blue) = 201+22+73=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C91649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91649 is #36E9B6. Grayscale: #515151. Windows color (decimal): -3598775 or 4789961. OLE color: 4789961.

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

Color convert

RGB 201 22 73 -
CMYK 0 0.89 0.64 0.21
HSL 342.91º 0.8% 0.44% -
HSV(B) 342.91º 0.89% 0.79% -
XYZ 25.58 13.47 7.56 -
YUV 81.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 201 22 73 0 0.89 0.64 0.21 342.91 0.8 0.44
Hex C9 16 49 0 59 40 15 157 50 2C
Octal 311 26 111 0 131 100 25 527 120 54
Binary 11001001 10110 1001001 0 1011001 1000000 10101 101010111 1010000 101100

Color Harmonies of #C91649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91649

Black with #C91649

Text Example


Text Example

White with #C91649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91649; }

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

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

background-color css

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

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

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

border-color css

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

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

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