Html Css Color HEX #D02900 Harley Davidson Orange

📋 copy color: '#D02900'

red 208 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #D02900

Tints of Harley Davidson Orange #D02900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

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

R = 83.53%
G = 16.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D02900 (or 0xD02900) is known color: Harley Davidson Orange. HEX triplet: D0, 29 and 00. RGB value is (208,41,0). Sum of RGB (Red+Green+Blue) = 208+41+0=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D02900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02900 is #2FD6FF. Grayscale: #565656. Windows color (decimal): -3135232 or 10704. OLE color: 10704.

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

Color convert

RGB 208 41 0 -
CMYK 0 0.80 1 0.18
HSL 11.83º 1% 0.41% -
HSV(B) 11.83º 1% 0.82% -
XYZ 26.81 15 1.48 -
YUV 86.26 79.33 214.83 -
System Red Green Blue C M Y K H S L
Decimal 208 41 0 0 0.80 1 0.18 11.83 1 0.41
Hex D0 29 0 0 50 64 12 C 64 29
Octal 320 51 0 0 120 144 22 14 144 51
Binary 11010000 101001 0 0 1010000 1100100 10010 1100 1100100 101001

Color Harmonies of #D02900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02900

Black with #D02900

Text Example


Text Example

White with #D02900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02900; }

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

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

background-color css

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

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

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

border-color css

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

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

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