Html Css Color HEX #D0481C Harley Davidson Orange

📋 copy color: '#D0481C'

red 208 ◦ green 72 ◦ blue 28

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

Shades of Harley Davidson Orange #D0481C

Tints of Harley Davidson Orange #D0481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 67.53%
G = 23.38%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0481C (or 0xD0481C) is known color: Harley Davidson Orange. HEX triplet: D0, 48 and 1C. RGB value is (208,72,28). Sum of RGB (Red+Green+Blue) = 208+72+28=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0481C is #2FB7E3. Grayscale: #6B6B6B. Windows color (decimal): -3127268 or 1853648. OLE color: 1853648.

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

Color convert

RGB 208 72 28 -
CMYK 0 0.65 0.87 0.18
HSL 14.67º 0.76% 0.46% -
HSV(B) 14.67º 0.87% 0.82% -
XYZ 28.54 18.13 3.09 -
YUV 107.65 83.06 199.58 -
System Red Green Blue C M Y K H S L
Decimal 208 72 28 0 0.65 0.87 0.18 14.67 0.76 0.46
Hex D0 48 1C 0 41 57 12 F 4C 2E
Octal 320 110 34 0 101 127 22 17 114 56
Binary 11010000 1001000 11100 0 1000001 1010111 10010 1111 1001100 101110

Color Harmonies of #D0481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0481C

Black with #D0481C

Text Example


Text Example

White with #D0481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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