#D01A1B

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

Shades of Fire Engine Red #D01A1B

Tints of Fire Engine Red #D01A1B

Color information

#D01A1B (or 0xD01A1B) is unknown color: approx Fire Engine Red. HEX triplet: D0, 1A and 1B. RGB value is (208,26,27). Sum of RGB (Red+Green+Blue) = 208+26+27=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D01A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01A1B is #2FE5E4. Grayscale: #505050. Windows color (decimal): -3139045 or 1776336. OLE color: 1776336.

HSL color Cylindrical-coordinate representation of color #D01A1B: hue angle of 359.67º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01A1B is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB2082627-
CMYK00.880.870.18
HSL359.67º77.78%45.88%-
HSV(B)359.67º87.5%81.57%-
XYZ26.5814.232.38-
YUV80.5397.8218.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 79.69%
GREEN value IS 26 (10.55% from 255) = 9.96%
BLUE value IS 27 (10.94% from 255) = 10.34%
R=79.69%
G=9.96%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208262700.880.870.18359.6777.7845.88
HexD01A1B05857121684e2e
Octal320323301301272255011656
Binary110100001101011011010110001010111100101011010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01A1B; }

 p { color: rgb(208,26,27); }

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

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

 a { background-color: rgb(208,26,27); }

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

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

 span { border-color: rgb(208,26,27); }

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