Html Css Color HEX #D03312 Harley Davidson Orange

📋 copy color: '#D03312'

red 208 ◦ green 51 ◦ blue 18

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

Shades of Harley Davidson Orange #D03312

Tints of Harley Davidson Orange #D03312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

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

R = 75.09%
G = 18.41%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D03312 (or 0xD03312) is known color: Harley Davidson Orange. HEX triplet: D0, 33 and 12. RGB value is (208,51,18). Sum of RGB (Red+Green+Blue) = 208+51+18=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D03312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03312 is #2FCCED. Grayscale: #5E5E5E. Windows color (decimal): -3132654 or 1192912. OLE color: 1192912.

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

Color convert

RGB 208 51 18 -
CMYK 0 0.75 0.91 0.18
HSL 10.42º 0.84% 0.44% -
HSV(B) 10.42º 0.91% 0.82% -
XYZ 27.31 15.82 2.19 -
YUV 94.18 85.01 209.18 -
System Red Green Blue C M Y K H S L
Decimal 208 51 18 0 0.75 0.91 0.18 10.42 0.84 0.44
Hex D0 33 12 0 4B 5B 12 A 54 2C
Octal 320 63 22 0 113 133 22 12 124 54
Binary 11010000 110011 10010 0 1001011 1011011 10010 1010 1010100 101100

Color Harmonies of #D03312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03312

Black with #D03312

Text Example


Text Example

White with #D03312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03312; }

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

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

background-color css

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

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

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

border-color css

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

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

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