Html Css Color HEX #C60F20 Fire Engine Red

📋 copy color: '#C60F20'

red 198 ◦ green 15 ◦ blue 32

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

Shades of Fire Engine Red #C60F20

Tints of Fire Engine Red #C60F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.12%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 80.82%
G = 6.12%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C60F20 (or 0xC60F20) is known color: Fire Engine Red. HEX triplet: C6, 0F and 20. RGB value is (198,15,32). Sum of RGB (Red+Green+Blue) = 198+15+32=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60F20 is #39F0DF. Grayscale: #474747. Windows color (decimal): -3797216 or 2101190. OLE color: 2101190.

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

Color convert

RGB 198 15 32 -
CMYK 0 0.92 0.84 0.22
HSL 354.43º 0.86% 0.42% -
HSV(B) 354.43º 0.92% 0.78% -
XYZ 23.72 12.45 2.52 -
YUV 71.66 105.63 218.12 -
System Red Green Blue C M Y K H S L
Decimal 198 15 32 0 0.92 0.84 0.22 354.43 0.86 0.42
Hex C6 F 20 0 5C 54 16 162 56 2A
Octal 306 17 40 0 134 124 26 542 126 52
Binary 11000110 1111 100000 0 1011100 1010100 10110 101100010 1010110 101010

Color Harmonies of #C60F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60F20

Black with #C60F20

Text Example


Text Example

White with #C60F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60F20; }

 p { color: rgb(198,15,32); }

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

background-color css

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

 a { background-color: rgb(198,15,32); }

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

border-color css

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

 span { border-color: rgb(198,15,32); }

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