Html Css Color HEX #C7151A Fire Engine Red

📋 copy color: '#C7151A'

red 199 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #C7151A

Tints of Fire Engine Red #C7151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 80.89%
G = 8.54%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7151A (or 0xC7151A) is known color: Fire Engine Red. HEX triplet: C7, 15 and 1A. RGB value is (199,21,26). Sum of RGB (Red+Green+Blue) = 199+21+26=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C7151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7151A is #38EAE5. Grayscale: #4A4A4A. Windows color (decimal): -3730150 or 1709511. OLE color: 1709511.

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

Color convert

RGB 199 21 26 -
CMYK 0 0.89 0.87 0.22
HSL 358.31º 0.81% 0.43% -
HSV(B) 358.31º 0.89% 0.78% -
XYZ 24.01 12.75 2.17 -
YUV 74.79 100.47 216.59 -
System Red Green Blue C M Y K H S L
Decimal 199 21 26 0 0.89 0.87 0.22 358.31 0.81 0.43
Hex C7 15 1A 0 59 57 16 166 51 2B
Octal 307 25 32 0 131 127 26 546 121 53
Binary 11000111 10101 11010 0 1011001 1010111 10110 101100110 1010001 101011

Color Harmonies of #C7151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7151A

Black with #C7151A

Text Example


Text Example

White with #C7151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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