Html Css Color HEX #C8112B Fire Engine Red

📋 copy color: '#C8112B'

red 200 ◦ green 17 ◦ blue 43

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

Shades of Fire Engine Red #C8112B

Tints of Fire Engine Red #C8112B

RGB

 RED value IS 200 (78.52% from 255) = 76.92%

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

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 76.92%
G = 6.54%
B = 16.54%

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

#C8112B (or 0xC8112B) is known color: Fire Engine Red. HEX triplet: C8, 11 and 2B. RGB value is (200,17,43). Sum of RGB (Red+Green+Blue) = 200+17+43=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C8112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8112B is #37EED4. Grayscale: #4A4A4A. Windows color (decimal): -3665621 or 2822600. OLE color: 2822600.

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

Color convert

RGB 200 17 43 -
CMYK 0 0.92 0.78 0.22
HSL 351.48º 0.84% 0.43% -
HSV(B) 351.48º 0.92% 0.78% -
XYZ 24.46 12.85 3.48 -
YUV 74.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 200 17 43 0 0.92 0.78 0.22 351.48 0.84 0.43
Hex C8 11 2B 0 5C 4E 16 15F 54 2B
Octal 310 21 53 0 134 116 26 537 124 53
Binary 11001000 10001 101011 0 1011100 1001110 10110 101011111 1010100 101011

Color Harmonies of #C8112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8112B

Black with #C8112B

Text Example


Text Example

White with #C8112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8112B; }

 p { color: rgb(200,17,43); }

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

background-color css

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

 a { background-color: rgb(200,17,43); }

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

border-color css

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

 span { border-color: rgb(200,17,43); }

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