Html Css Color HEX #C7121A Fire Engine Red

📋 copy color: '#C7121A'

red 199 ◦ green 18 ◦ blue 26

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

Shades of Fire Engine Red #C7121A

Tints of Fire Engine Red #C7121A

RGB

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

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

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

R = 81.89%
G = 7.41%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7121A (or 0xC7121A) is known color: Fire Engine Red. HEX triplet: C7, 12 and 1A. RGB value is (199,18,26). Sum of RGB (Red+Green+Blue) = 199+18+26=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C7121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7121A is #38EDE5. Grayscale: #494949. Windows color (decimal): -3730918 or 1708743. OLE color: 1708743.

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

Color convert

RGB 199 18 26 -
CMYK 0 0.91 0.87 0.22
HSL 357.35º 0.83% 0.43% -
HSV(B) 357.35º 0.91% 0.78% -
XYZ 23.96 12.65 2.16 -
YUV 73.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 199 18 26 0 0.91 0.87 0.22 357.35 0.83 0.43
Hex C7 12 1A 0 5B 57 16 165 53 2B
Octal 307 22 32 0 133 127 26 545 123 53
Binary 11000111 10010 11010 0 1011011 1010111 10110 101100101 1010011 101011

Color Harmonies of #C7121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7121A

Black with #C7121A

Text Example


Text Example

White with #C7121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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