#C81F28

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

Shades of Fire Engine Red #C81F28

Tints of Fire Engine Red #C81F28

Color information

#C81F28 (or 0xC81F28) is unknown color: approx Fire Engine Red. HEX triplet: C8, 1F and 28. RGB value is (200,31,40). Sum of RGB (Red+Green+Blue) = 200+31+40=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81F28 is #37E0D7. Grayscale: #525252. Windows color (decimal): -3662040 or 2629576. OLE color: 2629576.

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

Color convert

RGB2003140-
CMYK00.840.80.22
HSL356.8º73.16%45.29%-
HSV(B)356.8º84.5%78.43%-
XYZ24.6913.413.29-
YUV82.56103.99211.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 73.80%
GREEN value IS 31 (12.5% from 255) = 11.44%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=73.80%
G=11.44%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.8
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200314000.840.80.22356.873.1645.29
HexC81F280545016165492d
Octal310375001241202654511155
Binary1100100011111101000010101001010000101101011001011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81F28; }

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

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

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

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

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

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

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

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