Html Css Color HEX #C6072C Fire Engine Red

📋 copy color: '#C6072C'

red 198 ◦ green 7 ◦ blue 44

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

Shades of Fire Engine Red #C6072C

Tints of Fire Engine Red #C6072C

RGB

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

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

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

R = 79.52%
G = 2.81%
B = 17.67%

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

#C6072C (or 0xC6072C) is known color: Fire Engine Red. HEX triplet: C6, 07 and 2C. RGB value is (198,7,44). Sum of RGB (Red+Green+Blue) = 198+7+44=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C6072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6072C is #39F8D3. Grayscale: #444444. Windows color (decimal): -3799252 or 2885574. OLE color: 2885574.

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

Color convert

RGB 198 7 44 -
CMYK 0 0.96 0.78 0.22
HSL 348.38º 0.93% 0.4% -
HSV(B) 348.38º 0.96% 0.78% -
XYZ 23.82 12.34 3.51 -
YUV 68.33 114.28 220.49 -
System Red Green Blue C M Y K H S L
Decimal 198 7 44 0 0.96 0.78 0.22 348.38 0.93 0.4
Hex C6 7 2C 0 60 4E 16 15C 5D 28
Octal 306 7 54 0 140 116 26 534 135 50
Binary 11000110 111 101100 0 1100000 1001110 10110 101011100 1011101 101000

Color Harmonies of #C6072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6072C

Black with #C6072C

Text Example


Text Example

White with #C6072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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