Html Css Color HEX #C8151C Fire Engine Red

📋 copy color: '#C8151C'

red 200 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #C8151C

Tints of Fire Engine Red #C8151C

RGB

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

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

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

R = 80.32%
G = 8.43%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8151C (or 0xC8151C) is known color: Fire Engine Red. HEX triplet: C8, 15 and 1C. RGB value is (200,21,28). Sum of RGB (Red+Green+Blue) = 200+21+28=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8151C is #37EAE3. Grayscale: #4B4B4B. Windows color (decimal): -3664612 or 1840584. OLE color: 1840584.

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

Color convert

RGB 200 21 28 -
CMYK 0 0.90 0.86 0.22
HSL 357.65º 0.81% 0.43% -
HSV(B) 357.65º 0.9% 0.78% -
XYZ 24.3 12.9 2.31 -
YUV 75.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 200 21 28 0 0.90 0.86 0.22 357.65 0.81 0.43
Hex C8 15 1C 0 5A 56 16 166 51 2B
Octal 310 25 34 0 132 126 26 546 121 53
Binary 11001000 10101 11100 0 1011010 1010110 10110 101100110 1010001 101011

Color Harmonies of #C8151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8151C

Black with #C8151C

Text Example


Text Example

White with #C8151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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