Html Css Color HEX #D02310 Harley Davidson Orange

📋 copy color: '#D02310'

red 208 ◦ green 35 ◦ blue 16

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

Shades of Harley Davidson Orange #D02310

Tints of Harley Davidson Orange #D02310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 80.31%
G = 13.51%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D02310 (or 0xD02310) is known color: Harley Davidson Orange. HEX triplet: D0, 23 and 10. RGB value is (208,35,16). Sum of RGB (Red+Green+Blue) = 208+35+16=259 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.31% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 208 - color contains mainly: red. Hex color #D02310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02310 is #2FDCEF. Grayscale: #545454. Windows color (decimal): -3136752 or 1057744. OLE color: 1057744.

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

Color convert

RGB 208 35 16 -
CMYK 0 0.83 0.92 0.18
HSL 5.94º 0.86% 0.44% -
HSV(B) 5.94º 0.92% 0.82% -
XYZ 26.71 14.65 1.91 -
YUV 84.56 89.31 216.04 -
System Red Green Blue C M Y K H S L
Decimal 208 35 16 0 0.83 0.92 0.18 5.94 0.86 0.44
Hex D0 23 10 0 53 5C 12 6 56 2C
Octal 320 43 20 0 123 134 22 6 126 54
Binary 11010000 100011 10000 0 1010011 1011100 10010 110 1010110 101100

Color Harmonies of #D02310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02310

Black with #D02310

Text Example


Text Example

White with #D02310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02310; }

 p { color: rgb(208,35,16); }

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

background-color css

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

 a { background-color: rgb(208,35,16); }

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

border-color css

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

 span { border-color: rgb(208,35,16); }

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