Html Css Color HEX #D0400F Harley Davidson Orange

📋 copy color: '#D0400F'

red 208 ◦ green 64 ◦ blue 15

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

Shades of Harley Davidson Orange #D0400F

Tints of Harley Davidson Orange #D0400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

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

R = 72.47%
G = 22.3%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0400F (or 0xD0400F) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 0F. RGB value is (208,64,15). Sum of RGB (Red+Green+Blue) = 208+64+15=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D0400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0400F is #2FBFF0. Grayscale: #656565. Windows color (decimal): -3129329 or 999632. OLE color: 999632.

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

Color convert

RGB 208 64 15 -
CMYK 0 0.69 0.93 0.18
HSL 15.23º 0.87% 0.44% -
HSV(B) 15.23º 0.93% 0.82% -
XYZ 27.93 17.11 2.28 -
YUV 101.47 79.21 203.98 -
System Red Green Blue C M Y K H S L
Decimal 208 64 15 0 0.69 0.93 0.18 15.23 0.87 0.44
Hex D0 40 F 0 45 5D 12 F 57 2C
Octal 320 100 17 0 105 135 22 17 127 54
Binary 11010000 1000000 1111 0 1000101 1011101 10010 1111 1010111 101100

Color Harmonies of #D0400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0400F

Black with #D0400F

Text Example


Text Example

White with #D0400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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