Html Css Color HEX #C7121C Fire Engine Red

📋 copy color: '#C7121C'

red 199 ◦ green 18 ◦ blue 28

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

Shades of Fire Engine Red #C7121C

Tints of Fire Engine Red #C7121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 81.22%
G = 7.35%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7121C (or 0xC7121C) is known color: Fire Engine Red. HEX triplet: C7, 12 and 1C. RGB value is (199,18,28). Sum of RGB (Red+Green+Blue) = 199+18+28=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C7121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7121C is #38EDE3. Grayscale: #494949. Windows color (decimal): -3730916 or 1839815. OLE color: 1839815.

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

Color convert

RGB 199 18 28 -
CMYK 0 0.91 0.86 0.22
HSL 356.69º 0.83% 0.43% -
HSV(B) 356.69º 0.91% 0.78% -
XYZ 23.98 12.66 2.28 -
YUV 73.26 102.47 217.69 -
System Red Green Blue C M Y K H S L
Decimal 199 18 28 0 0.91 0.86 0.22 356.69 0.83 0.43
Hex C7 12 1C 0 5B 56 16 165 53 2B
Octal 307 22 34 0 133 126 26 545 123 53
Binary 11000111 10010 11100 0 1011011 1010110 10110 101100101 1010011 101011

Color Harmonies of #C7121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7121C

Black with #C7121C

Text Example


Text Example

White with #C7121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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