Html Css Color HEX #C7151B Fire Engine Red

📋 copy color: '#C7151B'

red 199 ◦ green 21 ◦ blue 27

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

Shades of Fire Engine Red #C7151B

Tints of Fire Engine Red #C7151B

RGB

 RED value IS 199 (78.13% from 255) = 80.57%

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

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

R = 80.57%
G = 8.5%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7151B (or 0xC7151B) is known color: Fire Engine Red. HEX triplet: C7, 15 and 1B. RGB value is (199,21,27). Sum of RGB (Red+Green+Blue) = 199+21+27=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C7151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7151B is #38EAE4. Grayscale: #4B4B4B. Windows color (decimal): -3730149 or 1775047. OLE color: 1775047.

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

Color convert

RGB 199 21 27 -
CMYK 0 0.89 0.86 0.22
HSL 357.98º 0.81% 0.43% -
HSV(B) 357.98º 0.89% 0.78% -
XYZ 24.02 12.76 2.23 -
YUV 74.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 199 21 27 0 0.89 0.86 0.22 357.98 0.81 0.43
Hex C7 15 1B 0 59 56 16 166 51 2B
Octal 307 25 33 0 131 126 26 546 121 53
Binary 11000111 10101 11011 0 1011001 1010110 10110 101100110 1010001 101011

Color Harmonies of #C7151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7151B

Black with #C7151B

Text Example


Text Example

White with #C7151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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