Html Css Color HEX #D0311A Harley Davidson Orange

📋 copy color: '#D0311A'

red 208 ◦ green 49 ◦ blue 26

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

Shades of Harley Davidson Orange #D0311A

Tints of Harley Davidson Orange #D0311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.31%

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

R = 73.5%
G = 17.31%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0311A (or 0xD0311A) is known color: Harley Davidson Orange. HEX triplet: D0, 31 and 1A. RGB value is (208,49,26). Sum of RGB (Red+Green+Blue) = 208+49+26=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D0311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0311A is #2FCEE5. Grayscale: #5E5E5E. Windows color (decimal): -3133158 or 1716688. OLE color: 1716688.

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

Color convert

RGB 208 49 26 -
CMYK 0 0.76 0.88 0.18
HSL 7.58º 0.78% 0.46% -
HSV(B) 7.58º 0.88% 0.82% -
XYZ 27.3 15.68 2.57 -
YUV 93.92 89.68 209.37 -
System Red Green Blue C M Y K H S L
Decimal 208 49 26 0 0.76 0.88 0.18 7.58 0.78 0.46
Hex D0 31 1A 0 4C 58 12 8 4E 2E
Octal 320 61 32 0 114 130 22 10 116 56
Binary 11010000 110001 11010 0 1001100 1011000 10010 1000 1001110 101110

Color Harmonies of #D0311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0311A

Black with #D0311A

Text Example


Text Example

White with #D0311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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