Html Css Color HEX #C8112D Fire Engine Red

📋 copy color: '#C8112D'

red 200 ◦ green 17 ◦ blue 45

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

Shades of Fire Engine Red #C8112D

Tints of Fire Engine Red #C8112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 76.34%
G = 6.49%
B = 17.18%

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

#C8112D (or 0xC8112D) is known color: Fire Engine Red. HEX triplet: C8, 11 and 2D. RGB value is (200,17,45). Sum of RGB (Red+Green+Blue) = 200+17+45=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8112D is #37EED2. Grayscale: #4A4A4A. Windows color (decimal): -3665619 or 2953672. OLE color: 2953672.

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

Color convert

RGB 200 17 45 -
CMYK 0 0.92 0.78 0.22
HSL 350.82º 0.84% 0.43% -
HSV(B) 350.82º 0.92% 0.78% -
XYZ 24.49 12.87 3.68 -
YUV 74.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 200 17 45 0 0.92 0.78 0.22 350.82 0.84 0.43
Hex C8 11 2D 0 5C 4E 16 15F 54 2B
Octal 310 21 55 0 134 116 26 537 124 53
Binary 11001000 10001 101101 0 1011100 1001110 10110 101011111 1010100 101011

Color Harmonies of #C8112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8112D

Black with #C8112D

Text Example


Text Example

White with #C8112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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