#C61A24

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

Shades of Fire Engine Red #C61A24

Tints of Fire Engine Red #C61A24

Color information

#C61A24 (or 0xC61A24) is unknown color: approx Fire Engine Red. HEX triplet: C6, 1A and 24. RGB value is (198,26,36). Sum of RGB (Red+Green+Blue) = 198+26+36=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61A24 is #39E5DB. Grayscale: #4E4E4E. Windows color (decimal): -3794396 or 2366150. OLE color: 2366150.

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

Color convert

RGB1982636-
CMYK00.870.820.22
HSL356.51º76.79%43.92%-
HSV(B)356.51º86.87%77.65%-
XYZ23.9812.872.89-
YUV78.57103.98213.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 76.15%
GREEN value IS 26 (10.55% from 255) = 10%
BLUE value IS 36 (14.45% from 255) = 13.85%
R=76.15%
G=10%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198263600.870.820.22356.5176.7943.92
HexC61A2405752161654d2c
Octal306324401271222654511554
Binary1100011011010100100010101111010010101101011001011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61A24; }

 p { color: rgb(198,26,36); }

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

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

 a { background-color: rgb(198,26,36); }

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

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

 span { border-color: rgb(198,26,36); }

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