Html Css Color HEX #D0481A Harley Davidson Orange

📋 copy color: '#D0481A'

red 208 ◦ green 72 ◦ blue 26

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

Shades of Harley Davidson Orange #D0481A

Tints of Harley Davidson Orange #D0481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.5%

R = 67.97%
G = 23.53%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0481A (or 0xD0481A) is known color: Harley Davidson Orange. HEX triplet: D0, 48 and 1A. RGB value is (208,72,26). Sum of RGB (Red+Green+Blue) = 208+72+26=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0481A is #2FB7E5. Grayscale: #6B6B6B. Windows color (decimal): -3127270 or 1722576. OLE color: 1722576.

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

Color convert

RGB 208 72 26 -
CMYK 0 0.65 0.88 0.18
HSL 15.16º 0.78% 0.46% -
HSV(B) 15.16º 0.88% 0.82% -
XYZ 28.52 18.12 2.97 -
YUV 107.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 208 72 26 0 0.65 0.88 0.18 15.16 0.78 0.46
Hex D0 48 1A 0 41 58 12 F 4E 2E
Octal 320 110 32 0 101 130 22 17 116 56
Binary 11010000 1001000 11010 0 1000001 1011000 10010 1111 1001110 101110

Color Harmonies of #D0481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0481A

Black with #D0481A

Text Example


Text Example

White with #D0481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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