Html Css Color HEX #C7092E Fire Engine Red

📋 copy color: '#C7092E'

red 199 ◦ green 9 ◦ blue 46

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

Shades of Fire Engine Red #C7092E

Tints of Fire Engine Red #C7092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 78.35%
G = 3.54%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7092E (or 0xC7092E) is known color: Fire Engine Red. HEX triplet: C7, 09 and 2E. RGB value is (199,9,46). Sum of RGB (Red+Green+Blue) = 199+9+46=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C7092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7092E is #38F6D1. Grayscale: #464646. Windows color (decimal): -3733202 or 3017159. OLE color: 3017159.

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

Color convert

RGB 199 9 46 -
CMYK 0 0.95 0.77 0.22
HSL 348.32º 0.91% 0.41% -
HSV(B) 348.32º 0.95% 0.78% -
XYZ 24.14 12.53 3.73 -
YUV 70.03 114.45 219.99 -
System Red Green Blue C M Y K H S L
Decimal 199 9 46 0 0.95 0.77 0.22 348.32 0.91 0.41
Hex C7 9 2E 0 5F 4D 16 15C 5B 29
Octal 307 11 56 0 137 115 26 534 133 51
Binary 11000111 1001 101110 0 1011111 1001101 10110 101011100 1011011 101001

Color Harmonies of #C7092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7092E

Black with #C7092E

Text Example


Text Example

White with #C7092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7092E; }

 p { color: rgb(199,9,46); }

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

background-color css

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

 a { background-color: rgb(199,9,46); }

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

border-color css

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

 span { border-color: rgb(199,9,46); }

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