Html Css Color HEX #C6072D Fire Engine Red

📋 copy color: '#C6072D'

red 198 ◦ green 7 ◦ blue 45

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

Shades of Fire Engine Red #C6072D

Tints of Fire Engine Red #C6072D

RGB

 RED value IS 198 (77.73% from 255) = 79.2%

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 79.2%
G = 2.8%
B = 18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6072D (or 0xC6072D) is known color: Fire Engine Red. HEX triplet: C6, 07 and 2D. RGB value is (198,7,45). Sum of RGB (Red+Green+Blue) = 198+7+45=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C6072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6072D is #39F8D2. Grayscale: #444444. Windows color (decimal): -3799251 or 2951110. OLE color: 2951110.

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

Color convert

RGB 198 7 45 -
CMYK 0 0.96 0.77 0.22
HSL 348.06º 0.93% 0.4% -
HSV(B) 348.06º 0.96% 0.78% -
XYZ 23.84 12.35 3.61 -
YUV 68.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 198 7 45 0 0.96 0.77 0.22 348.06 0.93 0.4
Hex C6 7 2D 0 60 4D 16 15C 5D 28
Octal 306 7 55 0 140 115 26 534 135 50
Binary 11000110 111 101101 0 1100000 1001101 10110 101011100 1011101 101000

Color Harmonies of #C6072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6072D

Black with #C6072D

Text Example


Text Example

White with #C6072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6072D; }

 p { color: rgb(198,7,45); }

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

background-color css

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

 a { background-color: rgb(198,7,45); }

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

border-color css

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

 span { border-color: rgb(198,7,45); }

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