Html Css Color HEX #D0440F Harley Davidson Orange

📋 copy color: '#D0440F'

red 208 ◦ green 68 ◦ blue 15

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

Shades of Harley Davidson Orange #D0440F

Tints of Harley Davidson Orange #D0440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

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

R = 71.48%
G = 23.37%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0440F (or 0xD0440F) is known color: Harley Davidson Orange. HEX triplet: D0, 44 and 0F. RGB value is (208,68,15). Sum of RGB (Red+Green+Blue) = 208+68+15=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0440F is #2FBBF0. Grayscale: #686868. Windows color (decimal): -3128305 or 1000656. OLE color: 1000656.

HSL color Cylindrical-coordinate representation of color #D0440F: hue angle of 16.48º 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 #D0440F is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 15 -
CMYK 0 0.67 0.93 0.18
HSL 16.48º 0.87% 0.44% -
HSV(B) 16.48º 0.93% 0.82% -
XYZ 28.17 17.58 2.36 -
YUV 103.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 208 68 15 0 0.67 0.93 0.18 16.48 0.87 0.44
Hex D0 44 F 0 43 5D 12 10 57 2C
Octal 320 104 17 0 103 135 22 20 127 54
Binary 11010000 1000100 1111 0 1000011 1011101 10010 10000 1010111 101100

Color Harmonies of #D0440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0440F

Black with #D0440F

Text Example


Text Example

White with #D0440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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