Html Css Color HEX #D0390F Harley Davidson Orange

📋 copy color: '#D0390F'

red 208 ◦ green 57 ◦ blue 15

#D0390F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #D0390F

Tints of Harley Davidson Orange #D0390F

RGB

 RED value IS 208 (81.64% from 255) = 74.29%

 GREEN value IS 57 (22.66% from 255) = 20.36%

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 74.29%
G = 20.36%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0390F (or 0xD0390F) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 0F. RGB value is (208,57,15). Sum of RGB (Red+Green+Blue) = 208+57+15=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D0390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0390F is #2FC6F0. Grayscale: #616161. Windows color (decimal): -3131121 or 997840. OLE color: 997840.

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

Color convert

RGB 208 57 15 -
CMYK 0 0.73 0.93 0.18
HSL 13.06º 0.87% 0.44% -
HSV(B) 13.06º 0.93% 0.82% -
XYZ 27.56 16.37 2.16 -
YUV 97.36 81.53 206.92 -
System Red Green Blue C M Y K H S L
Decimal 208 57 15 0 0.73 0.93 0.18 13.06 0.87 0.44
Hex D0 39 F 0 49 5D 12 D 57 2C
Octal 320 71 17 0 111 135 22 15 127 54
Binary 11010000 111001 1111 0 1001001 1011101 10010 1101 1010111 101100

Color Harmonies of #D0390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0390F

Black with #D0390F

Text Example


Text Example

White with #D0390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0390F; }

 p { color: rgb(208,57,15); }

 H1.HeaderClassName
 {
   color: #D0390F;
 }
 .AnyTagClassName
 {
   color: #D0390F;
 }
</style>

background-color css

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

 a { background-color: rgb(208,57,15); }

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

border-color css

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

 span { border-color: rgb(208,57,15); }

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