Html Css Color HEX #C8151B Fire Engine Red

📋 copy color: '#C8151B'

red 200 ◦ green 21 ◦ blue 27

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

Shades of Fire Engine Red #C8151B

Tints of Fire Engine Red #C8151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 80.65%
G = 8.47%
B = 10.89%

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

#C8151B (or 0xC8151B) is known color: Fire Engine Red. HEX triplet: C8, 15 and 1B. RGB value is (200,21,27). Sum of RGB (Red+Green+Blue) = 200+21+27=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C8151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8151B is #37EAE4. Grayscale: #4B4B4B. Windows color (decimal): -3664613 or 1775048. OLE color: 1775048.

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

Color convert

RGB 200 21 27 -
CMYK 0 0.90 0.86 0.22
HSL 357.99º 0.81% 0.43% -
HSV(B) 357.99º 0.9% 0.78% -
XYZ 24.29 12.89 2.25 -
YUV 75.21 100.8 217.01 -
System Red Green Blue C M Y K H S L
Decimal 200 21 27 0 0.90 0.86 0.22 357.99 0.81 0.43
Hex C8 15 1B 0 5A 56 16 166 51 2B
Octal 310 25 33 0 132 126 26 546 121 53
Binary 11001000 10101 11011 0 1011010 1010110 10110 101100110 1010001 101011

Color Harmonies of #C8151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8151B

Black with #C8151B

Text Example


Text Example

White with #C8151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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