#c61c28

Color #C61C28 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #C61C28

Tints of Fire Engine Red #C61C28

Color information

#C61C28 (or 0xC61C28) is unknown color: approx Fire Engine Red. HEX triplet: C6, 1C and 28. RGB value is (198,28,40). Sum of RGB (Red+Green+Blue) = 198+28+40=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61C28 is #39E3D7. Grayscale: #505050. Windows color (decimal): -3793880 or 2628806. OLE color: 2628806.

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

Color convert

RGB1982840-
CMYK00.860.800.22
HSL355.76º75.22%44.31%-
HSV(B)355.76º85.86%77.65%-
XYZ24.0912.993.25-
YUV80.2105.32212.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 74.44%
GREEN value IS 28 (11.33% from 255) = 10.53%
BLUE value IS 40 (16.02% from 255) = 15.04%
R=74.44%
G=10.53%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198284000.860.800.22355.7675.2244.31
HexC61C2805650161644b2c
Octal306345001261202654411354
Binary1100011011100101000010101101010000101101011001001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c61c28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c61c28; }

 p { color: rgb(198,28,40); }

 H1.HeaderClassName
 {
   color: #c61c28;
 }
 .AnyTagClassName
 {
   color: #c61c28;
 }
</style>
background-color css

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

 a { background-color: rgb(198,28,40); }

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

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

 span { border-color: rgb(198,28,40); }

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