Html Css Color HEX #C7141C Fire Engine Red

📋 copy color: '#C7141C'

red 199 ◦ green 20 ◦ blue 28

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

Shades of Fire Engine Red #C7141C

Tints of Fire Engine Red #C7141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

 BLUE value IS 28 (11.33% from 255) = 11.34%

R = 80.57%
G = 8.1%
B = 11.34%

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

#C7141C (or 0xC7141C) is known color: Fire Engine Red. HEX triplet: C7, 14 and 1C. RGB value is (199,20,28). Sum of RGB (Red+Green+Blue) = 199+20+28=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C7141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7141C is #38EBE3. Grayscale: #4A4A4A. Windows color (decimal): -3730404 or 1840327. OLE color: 1840327.

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

Color convert

RGB 199 20 28 -
CMYK 0 0.90 0.86 0.22
HSL 357.32º 0.82% 0.43% -
HSV(B) 357.32º 0.9% 0.78% -
XYZ 24.01 12.73 2.29 -
YUV 74.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 199 20 28 0 0.90 0.86 0.22 357.32 0.82 0.43
Hex C7 14 1C 0 5A 56 16 165 52 2B
Octal 307 24 34 0 132 126 26 545 122 53
Binary 11000111 10100 11100 0 1011010 1010110 10110 101100101 1010010 101011

Color Harmonies of #C7141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7141C

Black with #C7141C

Text Example


Text Example

White with #C7141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7141C; }

 p { color: rgb(199,20,28); }

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

background-color css

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

 a { background-color: rgb(199,20,28); }

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

border-color css

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

 span { border-color: rgb(199,20,28); }

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