#C81626

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

Shades of Fire Engine Red #C81626

Tints of Fire Engine Red #C81626

Color information

#C81626 (or 0xC81626) is unknown color: approx Fire Engine Red. HEX triplet: C8, 16 and 26. RGB value is (200,22,38). Sum of RGB (Red+Green+Blue) = 200+22+38=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C81626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81626 is #37E9D9. Grayscale: #4D4D4D. Windows color (decimal): -3664346 or 2496200. OLE color: 2496200.

HSL color Cylindrical-coordinate representation of color #C81626: hue angle of 354.61º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81626 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB2002238-
CMYK00.890.810.22
HSL354.61º80.18%43.53%-
HSV(B)354.61º89%78.43%-
XYZ24.4612.993.05-
YUV77.05105.97215.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 76.92%
GREEN value IS 22 (8.98% from 255) = 8.46%
BLUE value IS 38 (15.23% from 255) = 14.62%
R=76.92%
G=8.46%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200223800.890.810.22354.6180.1843.53
HexC816260595116163502c
Octal310264601311212654312054
Binary1100100010110100110010110011010001101101011000111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81626; }

 p { color: rgb(200,22,38); }

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

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

 a { background-color: rgb(200,22,38); }

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

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

 span { border-color: rgb(200,22,38); }

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