Html Css Color HEX #D02410 Harley Davidson Orange

📋 copy color: '#D02410'

red 208 ◦ green 36 ◦ blue 16

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

Shades of Harley Davidson Orange #D02410

Tints of Harley Davidson Orange #D02410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 80%
G = 13.85%
B = 6.15%

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

#D02410 (or 0xD02410) is known color: Harley Davidson Orange. HEX triplet: D0, 24 and 10. RGB value is (208,36,16). Sum of RGB (Red+Green+Blue) = 208+36+16=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D02410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02410 is #2FDBEF. Grayscale: #555555. Windows color (decimal): -3136496 or 1058000. OLE color: 1058000.

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

Color convert

RGB 208 36 16 -
CMYK 0 0.83 0.92 0.18
HSL 6.25º 0.86% 0.44% -
HSV(B) 6.25º 0.92% 0.82% -
XYZ 26.74 14.71 1.92 -
YUV 85.15 88.98 215.63 -
System Red Green Blue C M Y K H S L
Decimal 208 36 16 0 0.83 0.92 0.18 6.25 0.86 0.44
Hex D0 24 10 0 53 5C 12 6 56 2C
Octal 320 44 20 0 123 134 22 6 126 54
Binary 11010000 100100 10000 0 1010011 1011100 10010 110 1010110 101100

Color Harmonies of #D02410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02410

Black with #D02410

Text Example


Text Example

White with #D02410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02410; }

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

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

background-color css

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

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

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

border-color css

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

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

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