Html Css Color HEX #D02800 Harley Davidson Orange

📋 copy color: '#D02800'

red 208 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #D02800

Tints of Harley Davidson Orange #D02800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.87%
G = 16.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D02800 (or 0xD02800) is known color: Harley Davidson Orange. HEX triplet: D0, 28 and 00. RGB value is (208,40,0). Sum of RGB (Red+Green+Blue) = 208+40+0=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D02800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02800 is #2FD7FF. Grayscale: #565656. Windows color (decimal): -3135488 or 10448. OLE color: 10448.

HSL color Cylindrical-coordinate representation of color #D02800: hue angle of 11.54º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D02800 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 40 0 -
CMYK 0 0.81 1 0.18
HSL 11.54º 1% 0.41% -
HSV(B) 11.54º 1% 0.82% -
XYZ 26.77 14.93 1.47 -
YUV 85.67 79.66 215.25 -
System Red Green Blue C M Y K H S L
Decimal 208 40 0 0 0.81 1 0.18 11.54 1 0.41
Hex D0 28 0 0 51 64 12 C 64 29
Octal 320 50 0 0 121 144 22 14 144 51
Binary 11010000 101000 0 0 1010001 1100100 10010 1100 1100100 101001

Color Harmonies of #D02800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02800

Black with #D02800

Text Example


Text Example

White with #D02800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02800; }

 p { color: rgb(208,40,0); }

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

background-color css

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

 a { background-color: rgb(208,40,0); }

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

border-color css

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

 span { border-color: rgb(208,40,0); }

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