Html Css Color HEX #C7182A Fire Engine Red

📋 copy color: '#C7182A'

red 199 ◦ green 24 ◦ blue 42

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

Shades of Fire Engine Red #C7182A

Tints of Fire Engine Red #C7182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 75.09%
G = 9.06%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7182A (or 0xC7182A) is known color: Fire Engine Red. HEX triplet: C7, 18 and 2A. RGB value is (199,24,42). Sum of RGB (Red+Green+Blue) = 199+24+42=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7182A is #38E7D5. Grayscale: #4E4E4E. Windows color (decimal): -3729366 or 2758855. OLE color: 2758855.

HSL color Cylindrical-coordinate representation of color #C7182A: hue angle of 353.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7182A is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 24 42 -
CMYK 0 0.88 0.79 0.22
HSL 353.83º 0.78% 0.44% -
HSV(B) 353.83º 0.88% 0.78% -
XYZ 24.3 12.96 3.41 -
YUV 78.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 199 24 42 0 0.88 0.79 0.22 353.83 0.78 0.44
Hex C7 18 2A 0 58 4F 16 162 4E 2C
Octal 307 30 52 0 130 117 26 542 116 54
Binary 11000111 11000 101010 0 1011000 1001111 10110 101100010 1001110 101100

Color Harmonies of #C7182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7182A

Black with #C7182A

Text Example


Text Example

White with #C7182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7182A; }

 p { color: rgb(199,24,42); }

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

background-color css

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

 a { background-color: rgb(199,24,42); }

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

border-color css

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

 span { border-color: rgb(199,24,42); }

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