#C10D28

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

Shades of Fire Engine Red #C10D28

Tints of Fire Engine Red #C10D28

Color information

#C10D28 (or 0xC10D28) is unknown color: approx Fire Engine Red. HEX triplet: C1, 0D and 28. RGB value is (193,13,40). Sum of RGB (Red+Green+Blue) = 193+13+40=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10D28 is #3EF2D7. Grayscale: #454545. Windows color (decimal): -4125400 or 2624961. OLE color: 2624961.

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

Color convert

RGB1931340-
CMYK00.930.790.24
HSL351º87.38%40.39%-
HSV(B)351º93.26%75.69%-
XYZ22.5211.783.09-
YUV69.9111.13215.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 78.46%
GREEN value IS 13 (5.47% from 255) = 5.28%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=78.46%
G=5.28%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193134000.930.790.2435187.3840.39
HexC1D2805D4F1815f5728
Octal301155001351173053712750
Binary110000011101101000010111011001111110001010111111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10D28; }

 p { color: rgb(193,13,40); }

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

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

 a { background-color: rgb(193,13,40); }

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

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

 span { border-color: rgb(193,13,40); }

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