Html Css Color HEX #D0371A Harley Davidson Orange

📋 copy color: '#D0371A'

red 208 ◦ green 55 ◦ blue 26

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

Shades of Harley Davidson Orange #D0371A

Tints of Harley Davidson Orange #D0371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

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

R = 71.97%
G = 19.03%
B = 9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0371A (or 0xD0371A) is known color: Harley Davidson Orange. HEX triplet: D0, 37 and 1A. RGB value is (208,55,26). Sum of RGB (Red+Green+Blue) = 208+55+26=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0371A is #2FC8E5. Grayscale: #616161. Windows color (decimal): -3131622 or 1718224. OLE color: 1718224.

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

Color convert

RGB 208 55 26 -
CMYK 0 0.74 0.88 0.18
HSL 9.56º 0.78% 0.46% -
HSV(B) 9.56º 0.88% 0.82% -
XYZ 27.57 16.22 2.65 -
YUV 97.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 208 55 26 0 0.74 0.88 0.18 9.56 0.78 0.46
Hex D0 37 1A 0 4A 58 12 A 4E 2E
Octal 320 67 32 0 112 130 22 12 116 56
Binary 11010000 110111 11010 0 1001010 1011000 10010 1010 1001110 101110

Color Harmonies of #D0371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0371A

Black with #D0371A

Text Example


Text Example

White with #D0371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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