#C81F26

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

Shades of Fire Engine Red #C81F26

Tints of Fire Engine Red #C81F26

Color information

#C81F26 (or 0xC81F26) is unknown color: approx Fire Engine Red. HEX triplet: C8, 1F and 26. RGB value is (200,31,38). Sum of RGB (Red+Green+Blue) = 200+31+38=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F26 is #37E0D9. Grayscale: #525252. Windows color (decimal): -3662042 or 2498504. OLE color: 2498504.

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

Color convert

RGB2003138-
CMYK00.840.810.22
HSL357.51º73.16%45.29%-
HSV(B)357.51º84.5%78.43%-
XYZ24.6613.43.12-
YUV82.33102.99211.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.35%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=74.35%
G=11.52%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200313800.840.810.22357.5173.1645.29
HexC81F260545116166492d
Octal310374601241212654611155
Binary1100100011111100110010101001010001101101011001101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81F26; }

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

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

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

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

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

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

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

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