Html Css Color HEX #C9114D Cardinal

📋 copy color: '#C9114D'

red 201 ◦ green 17 ◦ blue 77

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

Shades of Cardinal #C9114D

Tints of Cardinal #C9114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.1%

R = 68.14%
G = 5.76%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9114D (or 0xC9114D) is known color: Cardinal. HEX triplet: C9, 11 and 4D. RGB value is (201,17,77). Sum of RGB (Red+Green+Blue) = 201+17+77=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9114D is #36EEB2. Grayscale: #4E4E4E. Windows color (decimal): -3600051 or 5050825. OLE color: 5050825.

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

Color convert

RGB 201 17 77 -
CMYK 0 0.92 0.62 0.21
HSL 340.43º 0.84% 0.43% -
HSV(B) 340.43º 0.92% 0.79% -
XYZ 25.63 13.35 8.25 -
YUV 78.86 126.96 215.12 -
System Red Green Blue C M Y K H S L
Decimal 201 17 77 0 0.92 0.62 0.21 340.43 0.84 0.43
Hex C9 11 4D 0 5C 3E 15 154 54 2B
Octal 311 21 115 0 134 76 25 524 124 53
Binary 11001001 10001 1001101 0 1011100 111110 10101 101010100 1010100 101011

Color Harmonies of #C9114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9114D

Black with #C9114D

Text Example


Text Example

White with #C9114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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