Html Css Color HEX #C7113B Cardinal

📋 copy color: '#C7113B'

red 199 ◦ green 17 ◦ blue 59

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

Shades of Cardinal #C7113B

Tints of Cardinal #C7113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.45%

R = 72.36%
G = 6.18%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7113B (or 0xC7113B) is known color: Cardinal. HEX triplet: C7, 11 and 3B. RGB value is (199,17,59). Sum of RGB (Red+Green+Blue) = 199+17+59=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C7113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7113B is #38EEC4. Grayscale: #4C4C4C. Windows color (decimal): -3731141 or 3871175. OLE color: 3871175.

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

Color convert

RGB 199 17 59 -
CMYK 0 0.91 0.70 0.22
HSL 346.15º 0.84% 0.42% -
HSV(B) 346.15º 0.91% 0.78% -
XYZ 24.54 12.86 5.33 -
YUV 76.21 118.3 215.58 -
System Red Green Blue C M Y K H S L
Decimal 199 17 59 0 0.91 0.70 0.22 346.15 0.84 0.42
Hex C7 11 3B 0 5B 46 16 15A 54 2A
Octal 307 21 73 0 133 106 26 532 124 52
Binary 11000111 10001 111011 0 1011011 1000110 10110 101011010 1010100 101010

Color Harmonies of #C7113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7113B

Black with #C7113B

Text Example


Text Example

White with #C7113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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