Html Css Color HEX #C7122B Fire Engine Red

📋 copy color: '#C7122B'

red 199 ◦ green 18 ◦ blue 43

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

Shades of Fire Engine Red #C7122B

Tints of Fire Engine Red #C7122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 76.54%
G = 6.92%
B = 16.54%

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

#C7122B (or 0xC7122B) is known color: Fire Engine Red. HEX triplet: C7, 12 and 2B. RGB value is (199,18,43). Sum of RGB (Red+Green+Blue) = 199+18+43=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C7122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7122B is #38EDD4. Grayscale: #4B4B4B. Windows color (decimal): -3730901 or 2822855. OLE color: 2822855.

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

Color convert

RGB 199 18 43 -
CMYK 0 0.91 0.78 0.22
HSL 351.71º 0.83% 0.43% -
HSV(B) 351.71º 0.91% 0.78% -
XYZ 24.21 12.75 3.47 -
YUV 74.97 109.97 216.47 -
System Red Green Blue C M Y K H S L
Decimal 199 18 43 0 0.91 0.78 0.22 351.71 0.83 0.43
Hex C7 12 2B 0 5B 4E 16 160 53 2B
Octal 307 22 53 0 133 116 26 540 123 53
Binary 11000111 10010 101011 0 1011011 1001110 10110 101100000 1010011 101011

Color Harmonies of #C7122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7122B

Black with #C7122B

Text Example


Text Example

White with #C7122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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