Html Css Color HEX #C8181F Fire Engine Red

📋 copy color: '#C8181F'

red 200 ◦ green 24 ◦ blue 31

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

Shades of Fire Engine Red #C8181F

Tints of Fire Engine Red #C8181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 78.43%
G = 9.41%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8181F (or 0xC8181F) is known color: Fire Engine Red. HEX triplet: C8, 18 and 1F. RGB value is (200,24,31). Sum of RGB (Red+Green+Blue) = 200+24+31=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C8181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8181F is #37E7E0. Grayscale: #4D4D4D. Windows color (decimal): -3663841 or 2037960. OLE color: 2037960.

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

Color convert

RGB 200 24 31 -
CMYK 0 0.88 0.84 0.22
HSL 357.61º 0.79% 0.44% -
HSV(B) 357.61º 0.88% 0.78% -
XYZ 24.39 13.03 2.53 -
YUV 77.42 101.81 215.43 -
System Red Green Blue C M Y K H S L
Decimal 200 24 31 0 0.88 0.84 0.22 357.61 0.79 0.44
Hex C8 18 1F 0 58 54 16 166 4F 2C
Octal 310 30 37 0 130 124 26 546 117 54
Binary 11001000 11000 11111 0 1011000 1010100 10110 101100110 1001111 101100

Color Harmonies of #C8181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8181F

Black with #C8181F

Text Example


Text Example

White with #C8181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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