Html Css Color HEX #C71140 Cardinal

📋 copy color: '#C71140'

red 199 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #C71140

Tints of Cardinal #C71140

RGB

 RED value IS 199 (78.13% from 255) = 71.07%

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

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 71.07%
G = 6.07%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C71140 (or 0xC71140) is known color: Cardinal. HEX triplet: C7, 11 and 40. RGB value is (199,17,64). Sum of RGB (Red+Green+Blue) = 199+17+64=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C71140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71140 is #38EEBF. Grayscale: #4C4C4C. Windows color (decimal): -3731136 or 4198855. OLE color: 4198855.

HSL color Cylindrical-coordinate representation of color #C71140: hue angle of 344.51º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71140 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 64 -
CMYK 0 0.91 0.68 0.22
HSL 344.51º 0.84% 0.42% -
HSV(B) 344.51º 0.91% 0.78% -
XYZ 24.68 12.91 6.04 -
YUV 76.78 120.8 215.18 -
System Red Green Blue C M Y K H S L
Decimal 199 17 64 0 0.91 0.68 0.22 344.51 0.84 0.42
Hex C7 11 40 0 5B 44 16 159 54 2A
Octal 307 21 100 0 133 104 26 531 124 52
Binary 11000111 10001 1000000 0 1011011 1000100 10110 101011001 1010100 101010

Color Harmonies of #C71140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71140

Black with #C71140

Text Example


Text Example

White with #C71140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71140; }

 p { color: rgb(199,17,64); }

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

background-color css

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

 a { background-color: rgb(199,17,64); }

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

border-color css

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

 span { border-color: rgb(199,17,64); }

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