Html Css Color HEX #D93F00 Harley Davidson Orange

📋 copy color: '#D93F00'

red 217 ◦ green 63 ◦ blue 0

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

Shades of Harley Davidson Orange #D93F00

Tints of Harley Davidson Orange #D93F00

RGB

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

 GREEN value IS 63 (25% from 255) = 22.5%

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

R = 77.5%
G = 22.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D93F00 (or 0xD93F00) is known color: Harley Davidson Orange. HEX triplet: D9, 3F and 00. RGB value is (217,63,0). Sum of RGB (Red+Green+Blue) = 217+63+0=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93F00 is #26C0FF. Grayscale: #666666. Windows color (decimal): -2539776 or 16345. OLE color: 16345.

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

Color convert

RGB 217 63 0 -
CMYK 0 0.71 1 0.15
HSL 17.42º 1% 0.43% -
HSV(B) 17.42º 1% 0.85% -
XYZ 30.39 18.31 1.93 -
YUV 101.86 70.52 210.12 -
System Red Green Blue C M Y K H S L
Decimal 217 63 0 0 0.71 1 0.15 17.42 1 0.43
Hex D9 3F 0 0 47 64 F 11 64 2B
Octal 331 77 0 0 107 144 17 21 144 53
Binary 11011001 111111 0 0 1000111 1100100 1111 10001 1100100 101011

Color Harmonies of #D93F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F00

Black with #D93F00

Text Example


Text Example

White with #D93F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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