#C81F29

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

Shades of Fire Engine Red #C81F29

Tints of Fire Engine Red #C81F29

Color information

#C81F29 (or 0xC81F29) is unknown color: approx Fire Engine Red. HEX triplet: C8, 1F and 29. RGB value is (200,31,41). Sum of RGB (Red+Green+Blue) = 200+31+41=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F29 is #37E0D6. Grayscale: #525252. Windows color (decimal): -3662039 or 2695112. OLE color: 2695112.

HSL color Cylindrical-coordinate representation of color #C81F29: hue angle of 356.45º 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 #C81F29 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB2003141-
CMYK00.840.800.22
HSL356.45º73.16%45.29%-
HSV(B)356.45º84.5%78.43%-
XYZ24.7113.423.39-
YUV82.67104.49211.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 73.53%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=73.53%
G=11.40%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200314100.840.800.22356.4573.1645.29
HexC81F290545016164492d
Octal310375101241202654411155
Binary1100100011111101001010101001010000101101011001001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81F29; }

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

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

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

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

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

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

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

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