#c41b29

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

Shades of Fire Engine Red #C41B29

Tints of Fire Engine Red #C41B29

Color information

#C41B29 (or 0xC41B29) is unknown color: approx Fire Engine Red. HEX triplet: C4, 1B and 29. RGB value is (196,27,41). Sum of RGB (Red+Green+Blue) = 196+27+41=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B29 is #3BE4D6. Grayscale: #4F4F4F. Windows color (decimal): -3925207 or 2694084. OLE color: 2694084.

HSL color Cylindrical-coordinate representation of color #C41B29: hue angle of 355.03º degrees, saturation: 0.76, 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 #C41B29 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB1962741-
CMYK00.860.790.23
HSL355.03º75.78%43.73%-
HSV(B)355.03º86.22%76.86%-
XYZ23.5612.683.3-
YUV79.13106.49211.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 74.24%
GREEN value IS 27 (10.94% from 255) = 10.23%
BLUE value IS 41 (16.41% from 255) = 15.53%
R=74.24%
G=10.23%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196274100.860.790.23355.0375.7843.73
HexC41B290564F171634c2c
Octal304335101261172754311454
Binary1100010011011101001010101101001111101111011000111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c41b29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c41b29; }

 p { color: rgb(196,27,41); }

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

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

 a { background-color: rgb(196,27,41); }

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

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

 span { border-color: rgb(196,27,41); }

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