Html Css Color HEX #C8151E Fire Engine Red

📋 copy color: '#C8151E'

red 200 ◦ green 21 ◦ blue 30

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

Shades of Fire Engine Red #C8151E

Tints of Fire Engine Red #C8151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 79.68%
G = 8.37%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8151E (or 0xC8151E) is known color: Fire Engine Red. HEX triplet: C8, 15 and 1E. RGB value is (200,21,30). Sum of RGB (Red+Green+Blue) = 200+21+30=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8151E is #37EAE1. Grayscale: #4B4B4B. Windows color (decimal): -3664610 or 1971656. OLE color: 1971656.

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

Color convert

RGB 200 21 30 -
CMYK 0 0.90 0.85 0.22
HSL 356.98º 0.81% 0.43% -
HSV(B) 356.98º 0.9% 0.78% -
XYZ 24.32 12.91 2.44 -
YUV 75.55 102.3 216.77 -
System Red Green Blue C M Y K H S L
Decimal 200 21 30 0 0.90 0.85 0.22 356.98 0.81 0.43
Hex C8 15 1E 0 5A 55 16 165 51 2B
Octal 310 25 36 0 132 125 26 545 121 53
Binary 11001000 10101 11110 0 1011010 1010101 10110 101100101 1010001 101011

Color Harmonies of #C8151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8151E

Black with #C8151E

Text Example


Text Example

White with #C8151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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