Html Css Color HEX #D0481E Harley Davidson Orange

📋 copy color: '#D0481E'

red 208 ◦ green 72 ◦ blue 30

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

Shades of Harley Davidson Orange #D0481E

Tints of Harley Davidson Orange #D0481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 67.1%
G = 23.23%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0481E (or 0xD0481E) is known color: Harley Davidson Orange. HEX triplet: D0, 48 and 1E. RGB value is (208,72,30). Sum of RGB (Red+Green+Blue) = 208+72+30=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D0481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0481E is #2FB7E1. Grayscale: #6C6C6C. Windows color (decimal): -3127266 or 1984720. OLE color: 1984720.

HSL color Cylindrical-coordinate representation of color #D0481E: hue angle of 14.16º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0481E is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 30 -
CMYK 0 0.65 0.86 0.18
HSL 14.16º 0.75% 0.47% -
HSV(B) 14.16º 0.86% 0.82% -
XYZ 28.56 18.14 3.22 -
YUV 107.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 208 72 30 0 0.65 0.86 0.18 14.16 0.75 0.47
Hex D0 48 1E 0 41 56 12 E 4B 2F
Octal 320 110 36 0 101 126 22 16 113 57
Binary 11010000 1001000 11110 0 1000001 1010110 10010 1110 1001011 101111

Color Harmonies of #D0481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0481E

Black with #D0481E

Text Example


Text Example

White with #D0481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0481E; }

 p { color: rgb(208,72,30); }

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

background-color css

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

 a { background-color: rgb(208,72,30); }

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

border-color css

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

 span { border-color: rgb(208,72,30); }

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