Html Css Color HEX #C8112A Fire Engine Red

📋 copy color: '#C8112A'

red 200 ◦ green 17 ◦ blue 42

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

Shades of Fire Engine Red #C8112A

Tints of Fire Engine Red #C8112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.22%

R = 77.22%
G = 6.56%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8112A (or 0xC8112A) is known color: Fire Engine Red. HEX triplet: C8, 11 and 2A. RGB value is (200,17,42). Sum of RGB (Red+Green+Blue) = 200+17+42=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C8112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8112A is #37EED5. Grayscale: #4A4A4A. Windows color (decimal): -3665622 or 2757064. OLE color: 2757064.

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

Color convert

RGB 200 17 42 -
CMYK 0 0.92 0.79 0.22
HSL 351.8º 0.84% 0.43% -
HSV(B) 351.8º 0.92% 0.78% -
XYZ 24.44 12.85 3.38 -
YUV 74.57 109.63 217.47 -
System Red Green Blue C M Y K H S L
Decimal 200 17 42 0 0.92 0.79 0.22 351.8 0.84 0.43
Hex C8 11 2A 0 5C 4F 16 160 54 2B
Octal 310 21 52 0 134 117 26 540 124 53
Binary 11001000 10001 101010 0 1011100 1001111 10110 101100000 1010100 101011

Color Harmonies of #C8112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8112A

Black with #C8112A

Text Example


Text Example

White with #C8112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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