Html Css Color HEX #C7082B Fire Engine Red

📋 copy color: '#C7082B'

red 199 ◦ green 8 ◦ blue 43

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

Shades of Fire Engine Red #C7082B

Tints of Fire Engine Red #C7082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

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

R = 79.6%
G = 3.2%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7082B (or 0xC7082B) is known color: Fire Engine Red. HEX triplet: C7, 08 and 2B. RGB value is (199,8,43). Sum of RGB (Red+Green+Blue) = 199+8+43=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C7082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7082B is #38F7D4. Grayscale: #454545. Windows color (decimal): -3733461 or 2820295. OLE color: 2820295.

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

Color convert

RGB 199 8 43 -
CMYK 0 0.96 0.78 0.22
HSL 349.01º 0.92% 0.41% -
HSV(B) 349.01º 0.96% 0.78% -
XYZ 24.08 12.49 3.43 -
YUV 69.1 113.28 220.65 -
System Red Green Blue C M Y K H S L
Decimal 199 8 43 0 0.96 0.78 0.22 349.01 0.92 0.41
Hex C7 8 2B 0 60 4E 16 15D 5C 29
Octal 307 10 53 0 140 116 26 535 134 51
Binary 11000111 1000 101011 0 1100000 1001110 10110 101011101 1011100 101001

Color Harmonies of #C7082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7082B

Black with #C7082B

Text Example


Text Example

White with #C7082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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