Html Css Color HEX #C91A45 Cardinal

📋 copy color: '#C91A45'

red 201 ◦ green 26 ◦ blue 69

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

Shades of Cardinal #C91A45

Tints of Cardinal #C91A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.78%

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 67.91%
G = 8.78%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C91A45 (or 0xC91A45) is known color: Cardinal. HEX triplet: C9, 1A and 45. RGB value is (201,26,69). Sum of RGB (Red+Green+Blue) = 201+26+69=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C91A45 is #36E5BA. Grayscale: #535353. Windows color (decimal): -3597755 or 4528841. OLE color: 4528841.

HSL color Cylindrical-coordinate representation of color #C91A45: hue angle of 345.26º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91A45 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 26 69 -
CMYK 0 0.87 0.66 0.21
HSL 345.26º 0.77% 0.45% -
HSV(B) 345.26º 0.87% 0.79% -
XYZ 25.53 13.59 6.91 -
YUV 83.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 201 26 69 0 0.87 0.66 0.21 345.26 0.77 0.45
Hex C9 1A 45 0 57 42 15 159 4D 2D
Octal 311 32 105 0 127 102 25 531 115 55
Binary 11001001 11010 1000101 0 1010111 1000010 10101 101011001 1001101 101101

Color Harmonies of #C91A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91A45

Black with #C91A45

Text Example


Text Example

White with #C91A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91A45; }

 p { color: rgb(201,26,69); }

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

background-color css

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

 a { background-color: rgb(201,26,69); }

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

border-color css

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

 span { border-color: rgb(201,26,69); }

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