Html Css Color HEX #D03114 Harley Davidson Orange

📋 copy color: '#D03114'

red 208 ◦ green 49 ◦ blue 20

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

Shades of Harley Davidson Orange #D03114

Tints of Harley Davidson Orange #D03114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.22%

R = 75.09%
G = 17.69%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D03114 (or 0xD03114) is known color: Harley Davidson Orange. HEX triplet: D0, 31 and 14. RGB value is (208,49,20). Sum of RGB (Red+Green+Blue) = 208+49+20=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D03114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03114 is #2FCEEB. Grayscale: #5D5D5D. Windows color (decimal): -3133164 or 1323472. OLE color: 1323472.

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

Color convert

RGB 208 49 20 -
CMYK 0 0.76 0.90 0.18
HSL 9.26º 0.82% 0.45% -
HSV(B) 9.26º 0.9% 0.82% -
XYZ 27.24 15.66 2.25 -
YUV 93.24 86.68 209.86 -
System Red Green Blue C M Y K H S L
Decimal 208 49 20 0 0.76 0.90 0.18 9.26 0.82 0.45
Hex D0 31 14 0 4C 5A 12 9 52 2D
Octal 320 61 24 0 114 132 22 11 122 55
Binary 11010000 110001 10100 0 1001100 1011010 10010 1001 1010010 101101

Color Harmonies of #D03114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03114

Black with #D03114

Text Example


Text Example

White with #D03114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03114; }

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

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

background-color css

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

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

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

border-color css

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

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

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