#C62029

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

Shades of Fire Engine Red #C62029

Tints of Fire Engine Red #C62029

Color information

#C62029 (or 0xC62029) is unknown color: approx Fire Engine Red. HEX triplet: C6, 20 and 29. RGB value is (198,32,41). Sum of RGB (Red+Green+Blue) = 198+32+41=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C62029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62029 is #39DFD6. Grayscale: #525252. Windows color (decimal): -3792855 or 2695366. OLE color: 2695366.

HSL color Cylindrical-coordinate representation of color #C62029: hue angle of 356.75º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62029 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB1983241-
CMYK00.840.790.22
HSL356.75º72.17%45.1%-
HSV(B)356.75º83.84%77.65%-
XYZ24.2113.23.37-
YUV82.66104.5210.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.06%
GREEN value IS 32 (12.89% from 255) = 11.81%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=73.06%
G=11.81%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198324100.840.790.22356.7572.1745.1
HexC620290544F16165482d
Octal306405101241172654511055
Binary11000110100000101001010101001001111101101011001011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62029; }

 p { color: rgb(198,32,41); }

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

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

 a { background-color: rgb(198,32,41); }

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

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

 span { border-color: rgb(198,32,41); }

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