Html Css Color HEX #C8151F Fire Engine Red

📋 copy color: '#C8151F'

red 200 ◦ green 21 ◦ blue 31

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

Shades of Fire Engine Red #C8151F

Tints of Fire Engine Red #C8151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

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

R = 79.37%
G = 8.33%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8151F (or 0xC8151F) is known color: Fire Engine Red. HEX triplet: C8, 15 and 1F. RGB value is (200,21,31). Sum of RGB (Red+Green+Blue) = 200+21+31=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C8151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8151F is #37EAE0. Grayscale: #4B4B4B. Windows color (decimal): -3664609 or 2037192. OLE color: 2037192.

HSL color Cylindrical-coordinate representation of color #C8151F: hue angle of 356.65º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8151F is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 21 31 -
CMYK 0 0.90 0.84 0.22
HSL 356.65º 0.81% 0.43% -
HSV(B) 356.65º 0.9% 0.78% -
XYZ 24.33 12.91 2.51 -
YUV 75.66 102.8 216.69 -
System Red Green Blue C M Y K H S L
Decimal 200 21 31 0 0.90 0.84 0.22 356.65 0.81 0.43
Hex C8 15 1F 0 5A 54 16 165 51 2B
Octal 310 25 37 0 132 124 26 545 121 53
Binary 11001000 10101 11111 0 1011010 1010100 10110 101100101 1010001 101011

Color Harmonies of #C8151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8151F

Black with #C8151F

Text Example


Text Example

White with #C8151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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