Html Css Color HEX #C8192B Fire Engine Red

📋 copy color: '#C8192B'

red 200 ◦ green 25 ◦ blue 43

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

Shades of Fire Engine Red #C8192B

Tints of Fire Engine Red #C8192B

RGB

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

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

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

R = 74.63%
G = 9.33%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8192B (or 0xC8192B) is known color: Fire Engine Red. HEX triplet: C8, 19 and 2B. RGB value is (200,25,43). Sum of RGB (Red+Green+Blue) = 200+25+43=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C8192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8192B is #37E6D4. Grayscale: #4F4F4F. Windows color (decimal): -3663573 or 2824648. OLE color: 2824648.

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

Color convert

RGB 200 25 43 -
CMYK 0 0.88 0.78 0.22
HSL 353.83º 0.78% 0.44% -
HSV(B) 353.83º 0.88% 0.78% -
XYZ 24.6 13.15 3.53 -
YUV 79.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 200 25 43 0 0.88 0.78 0.22 353.83 0.78 0.44
Hex C8 19 2B 0 58 4E 16 162 4E 2C
Octal 310 31 53 0 130 116 26 542 116 54
Binary 11001000 11001 101011 0 1011000 1001110 10110 101100010 1001110 101100

Color Harmonies of #C8192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8192B

Black with #C8192B

Text Example


Text Example

White with #C8192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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