#D31814

Color #D31814 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D31814

Tints of Harley Davidson Orange #D31814

Color information

#D31814 (or 0xD31814) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 18 and 14. RGB value is (211,24,20). Sum of RGB (Red+Green+Blue) = 211+24+20=255 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.75% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 211 - color contains mainly: red. Hex color #D31814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31814 is #2CE7EB. Grayscale: #4F4F4F. Windows color (decimal): -2942956 or 1317075. OLE color: 1317075.

HSL color Cylindrical-coordinate representation of color #D31814: hue angle of 1.26º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D31814 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB2112420-
CMYK00.890.910.17
HSL1.26º82.68%45.29%-
HSV(B)1.26º90.52%82.75%-
XYZ27.3214.552.03-
YUV79.4694.45221.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 82.75%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=82.75%
G=9.41%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211242000.890.910.171.2682.6845.29
HexD318140595B111532d
Octal3233024013113321112355
Binary1101001111000101000101100110110111000111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D31814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D31814; }

 p { color: rgb(211,24,20); }

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

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

 a { background-color: rgb(211,24,20); }

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

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

 span { border-color: rgb(211,24,20); }

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