Html Css Color HEX #C91143 Cardinal

📋 copy color: '#C91143'

red 201 ◦ green 17 ◦ blue 67

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

Shades of Cardinal #C91143

Tints of Cardinal #C91143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 70.53%
G = 5.96%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C91143 (or 0xC91143) is known color: Cardinal. HEX triplet: C9, 11 and 43. RGB value is (201,17,67). Sum of RGB (Red+Green+Blue) = 201+17+67=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C91143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C91143 is #36EEBC. Grayscale: #4D4D4D. Windows color (decimal): -3600061 or 4395465. OLE color: 4395465.

HSL color Cylindrical-coordinate representation of color #C91143: hue angle of 343.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91143 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 17 67 -
CMYK 0 0.92 0.67 0.21
HSL 343.7º 0.84% 0.43% -
HSV(B) 343.7º 0.92% 0.79% -
XYZ 25.3 13.22 6.53 -
YUV 77.72 121.96 215.93 -
System Red Green Blue C M Y K H S L
Decimal 201 17 67 0 0.92 0.67 0.21 343.7 0.84 0.43
Hex C9 11 43 0 5C 43 15 158 54 2B
Octal 311 21 103 0 134 103 25 530 124 53
Binary 11001001 10001 1000011 0 1011100 1000011 10101 101011000 1010100 101011

Color Harmonies of #C91143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91143

Black with #C91143

Text Example


Text Example

White with #C91143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91143; }

 p { color: rgb(201,17,67); }

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

background-color css

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

 a { background-color: rgb(201,17,67); }

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

border-color css

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

 span { border-color: rgb(201,17,67); }

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