#D02F1B

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

Shades of Harley Davidson Orange #D02F1B

Tints of Harley Davidson Orange #D02F1B

Color information

#D02F1B (or 0xD02F1B) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 2F and 1B. RGB value is (208,47,27). Sum of RGB (Red+Green+Blue) = 208+47+27=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02F1B is #2FD0E4. Grayscale: #5D5D5D. Windows color (decimal): -3133669 or 1781712. OLE color: 1781712.

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

Color convert

RGB2084727-
CMYK00.770.870.18
HSL6.63º77.02%46.08%-
HSV(B)6.63º87.02%81.57%-
XYZ27.2315.522.6-
YUV92.8690.84210.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 73.76%
GREEN value IS 47 (18.75% from 255) = 16.67%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=73.76%
G=16.67%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208472700.770.870.186.6377.0246.08
HexD02F1B04D571274d2e
Octal3205733011512722711556
Binary1101000010111111011010011011010111100101111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02F1B; }

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

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

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

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

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

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

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

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