Html Css Color HEX #C7092D Fire Engine Red

📋 copy color: '#C7092D'

red 199 ◦ green 9 ◦ blue 45

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

Shades of Fire Engine Red #C7092D

Tints of Fire Engine Red #C7092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 78.66%
G = 3.56%
B = 17.79%

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

#C7092D (or 0xC7092D) is known color: Fire Engine Red. HEX triplet: C7, 09 and 2D. RGB value is (199,9,45). Sum of RGB (Red+Green+Blue) = 199+9+45=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C7092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7092D is #38F6D2. Grayscale: #454545. Windows color (decimal): -3733203 or 2951623. OLE color: 2951623.

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

Color convert

RGB 199 9 45 -
CMYK 0 0.95 0.77 0.22
HSL 348.63º 0.91% 0.41% -
HSV(B) 348.63º 0.95% 0.78% -
XYZ 24.12 12.53 3.63 -
YUV 69.91 113.95 220.07 -
System Red Green Blue C M Y K H S L
Decimal 199 9 45 0 0.95 0.77 0.22 348.63 0.91 0.41
Hex C7 9 2D 0 5F 4D 16 15D 5B 29
Octal 307 11 55 0 137 115 26 535 133 51
Binary 11000111 1001 101101 0 1011111 1001101 10110 101011101 1011011 101001

Color Harmonies of #C7092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7092D

Black with #C7092D

Text Example


Text Example

White with #C7092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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