#C10E24

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

Shades of Fire Engine Red #C10E24

Tints of Fire Engine Red #C10E24

Color information

#C10E24 (or 0xC10E24) is unknown color: approx Fire Engine Red. HEX triplet: C1, 0E and 24. RGB value is (193,14,36). Sum of RGB (Red+Green+Blue) = 193+14+36=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E24 is #3EF1DB. Grayscale: #464646. Windows color (decimal): -4125148 or 2363073. OLE color: 2363073.

HSL color Cylindrical-coordinate representation of color #C10E24: hue angle of 352.63º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E24 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB1931436-
CMYK00.930.810.24
HSL352.63º86.47%40.59%-
HSV(B)352.63º92.75%75.69%-
XYZ22.4711.782.76-
YUV70.03108.8215.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 79.42%
GREEN value IS 14 (5.86% from 255) = 5.76%
BLUE value IS 36 (14.45% from 255) = 14.81%
R=79.42%
G=5.76%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193143600.930.810.24352.6386.4740.59
HexC1E2405D51181615629
Octal301164401351213054112651
Binary110000011110100100010111011010001110001011000011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10E24; }

 p { color: rgb(193,14,36); }

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

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

 a { background-color: rgb(193,14,36); }

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

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

 span { border-color: rgb(193,14,36); }

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