Html Css Color HEX #C7113C Cardinal

📋 copy color: '#C7113C'

red 199 ◦ green 17 ◦ blue 60

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

Shades of Cardinal #C7113C

Tints of Cardinal #C7113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 72.1%
G = 6.16%
B = 21.74%

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

#C7113C (or 0xC7113C) is known color: Cardinal. HEX triplet: C7, 11 and 3C. RGB value is (199,17,60). Sum of RGB (Red+Green+Blue) = 199+17+60=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C7113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7113C is #38EEC3. Grayscale: #4C4C4C. Windows color (decimal): -3731140 or 3936711. OLE color: 3936711.

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

Color convert

RGB 199 17 60 -
CMYK 0 0.91 0.70 0.22
HSL 345.82º 0.84% 0.42% -
HSV(B) 345.82º 0.91% 0.78% -
XYZ 24.57 12.87 5.46 -
YUV 76.32 118.8 215.5 -
System Red Green Blue C M Y K H S L
Decimal 199 17 60 0 0.91 0.70 0.22 345.82 0.84 0.42
Hex C7 11 3C 0 5B 46 16 15A 54 2A
Octal 307 21 74 0 133 106 26 532 124 52
Binary 11000111 10001 111100 0 1011011 1000110 10110 101011010 1010100 101010

Color Harmonies of #C7113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7113C

Black with #C7113C

Text Example


Text Example

White with #C7113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7113C; }

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

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

background-color css

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

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

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

border-color css

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

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

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