Html Css Color HEX #D0481D Harley Davidson Orange

📋 copy color: '#D0481D'

red 208 ◦ green 72 ◦ blue 29

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

Shades of Harley Davidson Orange #D0481D

Tints of Harley Davidson Orange #D0481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.39%

R = 67.31%
G = 23.3%
B = 9.39%

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

#D0481D (or 0xD0481D) is known color: Harley Davidson Orange. HEX triplet: D0, 48 and 1D. RGB value is (208,72,29). Sum of RGB (Red+Green+Blue) = 208+72+29=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0481D is #2FB7E2. Grayscale: #6C6C6C. Windows color (decimal): -3127267 or 1919184. OLE color: 1919184.

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

Color convert

RGB 208 72 29 -
CMYK 0 0.65 0.86 0.18
HSL 14.41º 0.76% 0.46% -
HSV(B) 14.41º 0.86% 0.82% -
XYZ 28.55 18.13 3.16 -
YUV 107.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 208 72 29 0 0.65 0.86 0.18 14.41 0.76 0.46
Hex D0 48 1D 0 41 56 12 E 4C 2E
Octal 320 110 35 0 101 126 22 16 114 56
Binary 11010000 1001000 11101 0 1000001 1010110 10010 1110 1001100 101110

Color Harmonies of #D0481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0481D

Black with #D0481D

Text Example


Text Example

White with #D0481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0481D; }

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

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

background-color css

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

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

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

border-color css

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

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

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