Html Css Color HEX #C7122A Fire Engine Red

📋 copy color: '#C7122A'

red 199 ◦ green 18 ◦ blue 42

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

Shades of Fire Engine Red #C7122A

Tints of Fire Engine Red #C7122A

RGB

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

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

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

R = 76.83%
G = 6.95%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7122A (or 0xC7122A) is known color: Fire Engine Red. HEX triplet: C7, 12 and 2A. RGB value is (199,18,42). Sum of RGB (Red+Green+Blue) = 199+18+42=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C7122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7122A is #38EDD5. Grayscale: #4A4A4A. Windows color (decimal): -3730902 or 2757319. OLE color: 2757319.

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

Color convert

RGB 199 18 42 -
CMYK 0 0.91 0.79 0.22
HSL 352.04º 0.83% 0.43% -
HSV(B) 352.04º 0.91% 0.78% -
XYZ 24.19 12.74 3.38 -
YUV 74.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 199 18 42 0 0.91 0.79 0.22 352.04 0.83 0.43
Hex C7 12 2A 0 5B 4F 16 160 53 2B
Octal 307 22 52 0 133 117 26 540 123 53
Binary 11000111 10010 101010 0 1011011 1001111 10110 101100000 1010011 101011

Color Harmonies of #C7122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7122A

Black with #C7122A

Text Example


Text Example

White with #C7122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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