#C41C1D

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

Shades of Fire Engine Red #C41C1D

Tints of Fire Engine Red #C41C1D

Color information

#C41C1D (or 0xC41C1D) is unknown color: approx Fire Engine Red. HEX triplet: C4, 1C and 1D. RGB value is (196,28,29). Sum of RGB (Red+Green+Blue) = 196+28+29=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C1D is #3BE3E2. Grayscale: #4E4E4E. Windows color (decimal): -3924963 or 1907908. OLE color: 1907908.

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

Color convert

RGB1962829-
CMYK00.860.850.23
HSL359.64º75%43.92%-
HSV(B)359.64º85.71%76.86%-
XYZ23.412.652.37-
YUV78.35100.16211.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 77.47%
GREEN value IS 28 (11.33% from 255) = 11.07%
BLUE value IS 29 (11.72% from 255) = 11.46%
R=77.47%
G=11.07%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196282900.860.850.23359.647543.92
HexC41C1D05655171684b2c
Octal304343501261252755011354
Binary110001001110011101010101101010101101111011010001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41C1D; }

 p { color: rgb(196,28,29); }

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

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

 a { background-color: rgb(196,28,29); }

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

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

 span { border-color: rgb(196,28,29); }

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