Html Css Color HEX #C7122C Fire Engine Red

📋 copy color: '#C7122C'

red 199 ◦ green 18 ◦ blue 44

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

Shades of Fire Engine Red #C7122C

Tints of Fire Engine Red #C7122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.86%

R = 76.25%
G = 6.9%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7122C (or 0xC7122C) is known color: Fire Engine Red. HEX triplet: C7, 12 and 2C. RGB value is (199,18,44). Sum of RGB (Red+Green+Blue) = 199+18+44=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C7122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7122C is #38EDD3. Grayscale: #4B4B4B. Windows color (decimal): -3730900 or 2888391. OLE color: 2888391.

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

Color convert

RGB 199 18 44 -
CMYK 0 0.91 0.78 0.22
HSL 351.38º 0.83% 0.43% -
HSV(B) 351.38º 0.91% 0.78% -
XYZ 24.22 12.76 3.57 -
YUV 75.08 110.47 216.39 -
System Red Green Blue C M Y K H S L
Decimal 199 18 44 0 0.91 0.78 0.22 351.38 0.83 0.43
Hex C7 12 2C 0 5B 4E 16 15F 53 2B
Octal 307 22 54 0 133 116 26 537 123 53
Binary 11000111 10010 101100 0 1011011 1001110 10110 101011111 1010011 101011

Color Harmonies of #C7122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7122C

Black with #C7122C

Text Example


Text Example

White with #C7122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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