Html Css Color HEX #D03112 Harley Davidson Orange

📋 copy color: '#D03112'

red 208 ◦ green 49 ◦ blue 18

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

Shades of Harley Davidson Orange #D03112

Tints of Harley Davidson Orange #D03112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 75.64%
G = 17.82%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D03112 (or 0xD03112) is known color: Harley Davidson Orange. HEX triplet: D0, 31 and 12. RGB value is (208,49,18). Sum of RGB (Red+Green+Blue) = 208+49+18=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D03112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03112 is #2FCEED. Grayscale: #5D5D5D. Windows color (decimal): -3133166 or 1192400. OLE color: 1192400.

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

Color convert

RGB 208 49 18 -
CMYK 0 0.76 0.91 0.18
HSL 9.79º 0.84% 0.44% -
HSV(B) 9.79º 0.91% 0.82% -
XYZ 27.22 15.65 2.16 -
YUV 93.01 85.68 210.02 -
System Red Green Blue C M Y K H S L
Decimal 208 49 18 0 0.76 0.91 0.18 9.79 0.84 0.44
Hex D0 31 12 0 4C 5B 12 A 54 2C
Octal 320 61 22 0 114 133 22 12 124 54
Binary 11010000 110001 10010 0 1001100 1011011 10010 1010 1010100 101100

Color Harmonies of #D03112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03112

Black with #D03112

Text Example


Text Example

White with #D03112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03112; }

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

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

background-color css

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

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

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

border-color css

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

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

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