Html Css Color HEX #C8191A Fire Engine Red

📋 copy color: '#C8191A'

red 200 ◦ green 25 ◦ blue 26

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

Shades of Fire Engine Red #C8191A

Tints of Fire Engine Red #C8191A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 79.68%
G = 9.96%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8191A (or 0xC8191A) is known color: Fire Engine Red. HEX triplet: C8, 19 and 1A. RGB value is (200,25,26). Sum of RGB (Red+Green+Blue) = 200+25+26=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8191A is #37E6E5. Grayscale: #4D4D4D. Windows color (decimal): -3663590 or 1710536. OLE color: 1710536.

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

Color convert

RGB 200 25 26 -
CMYK 0 0.88 0.87 0.22
HSL 359.66º 0.78% 0.44% -
HSV(B) 359.66º 0.88% 0.78% -
XYZ 24.35 13.05 2.21 -
YUV 77.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 200 25 26 0 0.88 0.87 0.22 359.66 0.78 0.44
Hex C8 19 1A 0 58 57 16 168 4E 2C
Octal 310 31 32 0 130 127 26 550 116 54
Binary 11001000 11001 11010 0 1011000 1010111 10110 101101000 1001110 101100

Color Harmonies of #C8191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8191A

Black with #C8191A

Text Example


Text Example

White with #C8191A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8191A; }

 p { color: rgb(200,25,26); }

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

background-color css

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

 a { background-color: rgb(200,25,26); }

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

border-color css

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

 span { border-color: rgb(200,25,26); }

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