Html Css Color HEX #C8181C Fire Engine Red

📋 copy color: '#C8181C'

red 200 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #C8181C

Tints of Fire Engine Red #C8181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 79.37%
G = 9.52%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8181C (or 0xC8181C) is known color: Fire Engine Red. HEX triplet: C8, 18 and 1C. RGB value is (200,24,28). Sum of RGB (Red+Green+Blue) = 200+24+28=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C8181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8181C is #37E7E3. Grayscale: #4D4D4D. Windows color (decimal): -3663844 or 1841352. OLE color: 1841352.

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

Color convert

RGB 200 24 28 -
CMYK 0 0.88 0.86 0.22
HSL 358.64º 0.79% 0.44% -
HSV(B) 358.64º 0.88% 0.78% -
XYZ 24.36 13.02 2.33 -
YUV 77.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 200 24 28 0 0.88 0.86 0.22 358.64 0.79 0.44
Hex C8 18 1C 0 58 56 16 167 4F 2C
Octal 310 30 34 0 130 126 26 547 117 54
Binary 11001000 11000 11100 0 1011000 1010110 10110 101100111 1001111 101100

Color Harmonies of #C8181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8181C

Black with #C8181C

Text Example


Text Example

White with #C8181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8181C; }

 p { color: rgb(200,24,28); }

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

background-color css

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

 a { background-color: rgb(200,24,28); }

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

border-color css

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

 span { border-color: rgb(200,24,28); }

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