Html Css Color HEX #C91545 Cardinal

📋 copy color: '#C91545'

red 201 ◦ green 21 ◦ blue 69

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

Shades of Cardinal #C91545

Tints of Cardinal #C91545

RGB

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

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

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

R = 69.07%
G = 7.22%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C91545 (or 0xC91545) is known color: Cardinal. HEX triplet: C9, 15 and 45. RGB value is (201,21,69). Sum of RGB (Red+Green+Blue) = 201+21+69=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C91545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91545 is #36EABA. Grayscale: #505050. Windows color (decimal): -3599035 or 4527561. OLE color: 4527561.

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

Color convert

RGB 201 21 69 -
CMYK 0 0.90 0.66 0.21
HSL 344º 0.81% 0.44% -
HSV(B) 344º 0.9% 0.79% -
XYZ 25.43 13.38 6.87 -
YUV 80.29 121.63 214.1 -
System Red Green Blue C M Y K H S L
Decimal 201 21 69 0 0.90 0.66 0.21 344 0.81 0.44
Hex C9 15 45 0 5A 42 15 158 51 2C
Octal 311 25 105 0 132 102 25 530 121 54
Binary 11001001 10101 1000101 0 1011010 1000010 10101 101011000 1010001 101100

Color Harmonies of #C91545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91545

Black with #C91545

Text Example


Text Example

White with #C91545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91545; }

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

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

background-color css

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

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

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

border-color css

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

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

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