Html Css Color HEX #C7092C Fire Engine Red

📋 copy color: '#C7092C'

red 199 ◦ green 9 ◦ blue 44

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

Shades of Fire Engine Red #C7092C

Tints of Fire Engine Red #C7092C

RGB

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

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

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

R = 78.97%
G = 3.57%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7092C (or 0xC7092C) is known color: Fire Engine Red. HEX triplet: C7, 09 and 2C. RGB value is (199,9,44). Sum of RGB (Red+Green+Blue) = 199+9+44=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C7092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7092C is #38F6D3. Grayscale: #454545. Windows color (decimal): -3733204 or 2886087. OLE color: 2886087.

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

Color convert

RGB 199 9 44 -
CMYK 0 0.95 0.78 0.22
HSL 348.95º 0.91% 0.41% -
HSV(B) 348.95º 0.95% 0.78% -
XYZ 24.11 12.52 3.53 -
YUV 69.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 199 9 44 0 0.95 0.78 0.22 348.95 0.91 0.41
Hex C7 9 2C 0 5F 4E 16 15D 5B 29
Octal 307 11 54 0 137 116 26 535 133 51
Binary 11000111 1001 101100 0 1011111 1001110 10110 101011101 1011011 101001

Color Harmonies of #C7092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7092C

Black with #C7092C

Text Example


Text Example

White with #C7092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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