Html Css Color HEX #C7052C Fire Engine Red

📋 copy color: '#C7052C'

red 199 ◦ green 5 ◦ blue 44

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

Shades of Fire Engine Red #C7052C

Tints of Fire Engine Red #C7052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 80.24%
G = 2.02%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7052C (or 0xC7052C) is known color: Fire Engine Red. HEX triplet: C7, 05 and 2C. RGB value is (199,5,44). Sum of RGB (Red+Green+Blue) = 199+5+44=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C7052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7052C is #38FAD3. Grayscale: #434343. Windows color (decimal): -3734228 or 2885063. OLE color: 2885063.

HSL color Cylindrical-coordinate representation of color #C7052C: hue angle of 347.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7052C is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 5 44 -
CMYK 0 0.97 0.78 0.22
HSL 347.94º 0.95% 0.4% -
HSV(B) 347.94º 0.97% 0.78% -
XYZ 24.06 12.43 3.51 -
YUV 67.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 199 5 44 0 0.97 0.78 0.22 347.94 0.95 0.4
Hex C7 5 2C 0 61 4E 16 15C 5F 28
Octal 307 5 54 0 141 116 26 534 137 50
Binary 11000111 101 101100 0 1100001 1001110 10110 101011100 1011111 101000

Color Harmonies of #C7052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7052C

Black with #C7052C

Text Example


Text Example

White with #C7052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7052C; }

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

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

background-color css

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

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

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

border-color css

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

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

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