Html Css Color HEX #D03512 Harley Davidson Orange

📋 copy color: '#D03512'

red 208 ◦ green 53 ◦ blue 18

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

Shades of Harley Davidson Orange #D03512

Tints of Harley Davidson Orange #D03512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

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

R = 74.55%
G = 19%
B = 6.45%

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

#D03512 (or 0xD03512) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 12. RGB value is (208,53,18). Sum of RGB (Red+Green+Blue) = 208+53+18=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D03512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03512 is #2FCAED. Grayscale: #5F5F5F. Windows color (decimal): -3132142 or 1193424. OLE color: 1193424.

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

Color convert

RGB 208 53 18 -
CMYK 0 0.75 0.91 0.18
HSL 11.05º 0.84% 0.44% -
HSV(B) 11.05º 0.91% 0.82% -
XYZ 27.39 16 2.22 -
YUV 95.36 84.35 208.35 -
System Red Green Blue C M Y K H S L
Decimal 208 53 18 0 0.75 0.91 0.18 11.05 0.84 0.44
Hex D0 35 12 0 4B 5B 12 B 54 2C
Octal 320 65 22 0 113 133 22 13 124 54
Binary 11010000 110101 10010 0 1001011 1011011 10010 1011 1010100 101100

Color Harmonies of #D03512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03512

Black with #D03512

Text Example


Text Example

White with #D03512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03512; }

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

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

background-color css

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

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

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

border-color css

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

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

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