Html Css Color HEX #C7131E Fire Engine Red

📋 copy color: '#C7131E'

red 199 ◦ green 19 ◦ blue 30

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

Shades of Fire Engine Red #C7131E

Tints of Fire Engine Red #C7131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

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

R = 80.24%
G = 7.66%
B = 12.1%

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

#C7131E (or 0xC7131E) is known color: Fire Engine Red. HEX triplet: C7, 13 and 1E. RGB value is (199,19,30). Sum of RGB (Red+Green+Blue) = 199+19+30=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C7131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7131E is #38ECE1. Grayscale: #4A4A4A. Windows color (decimal): -3730658 or 1971143. OLE color: 1971143.

HSL color Cylindrical-coordinate representation of color #C7131E: hue angle of 356.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7131E is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 19 30 -
CMYK 0 0.90 0.85 0.22
HSL 356.33º 0.83% 0.43% -
HSV(B) 356.33º 0.9% 0.78% -
XYZ 24.02 12.7 2.41 -
YUV 74.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 199 19 30 0 0.90 0.85 0.22 356.33 0.83 0.43
Hex C7 13 1E 0 5A 55 16 164 53 2B
Octal 307 23 36 0 132 125 26 544 123 53
Binary 11000111 10011 11110 0 1011010 1010101 10110 101100100 1010011 101011

Color Harmonies of #C7131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7131E

Black with #C7131E

Text Example


Text Example

White with #C7131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7131E; }

 p { color: rgb(199,19,30); }

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

background-color css

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

 a { background-color: rgb(199,19,30); }

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

border-color css

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

 span { border-color: rgb(199,19,30); }

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