Html Css Color HEX #D92900 Harley Davidson Orange

📋 copy color: '#D92900'

red 217 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #D92900

Tints of Harley Davidson Orange #D92900

RGB

 RED value IS 217 (85.16% from 255) = 84.11%

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

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

R = 84.11%
G = 15.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D92900 (or 0xD92900) is known color: Harley Davidson Orange. HEX triplet: D9, 29 and 00. RGB value is (217,41,0). Sum of RGB (Red+Green+Blue) = 217+41+0=258 (34% of max value = 765). Red value is 217 (85.16% from 255 or 84.11% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 217 - color contains mainly: red. Hex color #D92900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92900 is #26D6FF. Grayscale: #595959. Windows color (decimal): -2545408 or 10713. OLE color: 10713.

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

Color convert

RGB 217 41 0 -
CMYK 0 0.81 1 0.15
HSL 11.34º 1% 0.43% -
HSV(B) 11.34º 1% 0.85% -
XYZ 29.41 16.34 1.6 -
YUV 88.95 77.81 219.33 -
System Red Green Blue C M Y K H S L
Decimal 217 41 0 0 0.81 1 0.15 11.34 1 0.43
Hex D9 29 0 0 51 64 F B 64 2B
Octal 331 51 0 0 121 144 17 13 144 53
Binary 11011001 101001 0 0 1010001 1100100 1111 1011 1100100 101011

Color Harmonies of #D92900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92900

Black with #D92900

Text Example


Text Example

White with #D92900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92900; }

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

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

background-color css

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

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

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

border-color css

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

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

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