Html Css Color HEX #C7112F Cardinal

📋 copy color: '#C7112F'

red 199 ◦ green 17 ◦ blue 47

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

Shades of Cardinal #C7112F

Tints of Cardinal #C7112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.87%

R = 75.67%
G = 6.46%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7112F (or 0xC7112F) is known color: Cardinal. HEX triplet: C7, 11 and 2F. RGB value is (199,17,47). Sum of RGB (Red+Green+Blue) = 199+17+47=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7112F is #38EED0. Grayscale: #4A4A4A. Windows color (decimal): -3731153 or 3084743. OLE color: 3084743.

HSL color Cylindrical-coordinate representation of color #C7112F: hue angle of 350.11º 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 #C7112F is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 47 -
CMYK 0 0.91 0.76 0.22
HSL 350.11º 0.84% 0.42% -
HSV(B) 350.11º 0.91% 0.78% -
XYZ 24.27 12.75 3.87 -
YUV 74.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 199 17 47 0 0.91 0.76 0.22 350.11 0.84 0.42
Hex C7 11 2F 0 5B 4C 16 15E 54 2A
Octal 307 21 57 0 133 114 26 536 124 52
Binary 11000111 10001 101111 0 1011011 1001100 10110 101011110 1010100 101010

Color Harmonies of #C7112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7112F

Black with #C7112F

Text Example


Text Example

White with #C7112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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