Html Css Color HEX #C7102C Fire Engine Red

📋 copy color: '#C7102C'

red 199 ◦ green 16 ◦ blue 44

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

Shades of Fire Engine Red #C7102C

Tints of Fire Engine Red #C7102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

 BLUE value IS 44 (17.58% from 255) = 16.99%

R = 76.83%
G = 6.18%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7102C (or 0xC7102C) is known color: Fire Engine Red. HEX triplet: C7, 10 and 2C. RGB value is (199,16,44). Sum of RGB (Red+Green+Blue) = 199+16+44=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C7102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7102C is #38EFD3. Grayscale: #494949. Windows color (decimal): -3731412 or 2887879. OLE color: 2887879.

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

Color convert

RGB 199 16 44 -
CMYK 0 0.92 0.78 0.22
HSL 350.82º 0.85% 0.42% -
HSV(B) 350.82º 0.92% 0.78% -
XYZ 24.19 12.69 3.56 -
YUV 73.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 199 16 44 0 0.92 0.78 0.22 350.82 0.85 0.42
Hex C7 10 2C 0 5C 4E 16 15F 55 2A
Octal 307 20 54 0 134 116 26 537 125 52
Binary 11000111 10000 101100 0 1011100 1001110 10110 101011111 1010101 101010

Color Harmonies of #C7102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7102C

Black with #C7102C

Text Example


Text Example

White with #C7102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7102C; }

 p { color: rgb(199,16,44); }

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

background-color css

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

 a { background-color: rgb(199,16,44); }

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

border-color css

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

 span { border-color: rgb(199,16,44); }

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