Html Css Color HEX #D93F05 Harley Davidson Orange

📋 copy color: '#D93F05'

red 217 ◦ green 63 ◦ blue 5

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

Shades of Harley Davidson Orange #D93F05

Tints of Harley Davidson Orange #D93F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 76.14%
G = 22.11%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D93F05 (or 0xD93F05) is known color: Harley Davidson Orange. HEX triplet: D9, 3F and 05. RGB value is (217,63,5). Sum of RGB (Red+Green+Blue) = 217+63+5=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93F05 is #26C0FA. Grayscale: #666666. Windows color (decimal): -2539771 or 344025. OLE color: 344025.

HSL color Cylindrical-coordinate representation of color #D93F05: hue angle of 16.42º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D93F05 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 63 5 -
CMYK 0 0.71 0.98 0.15
HSL 16.42º 0.95% 0.44% -
HSV(B) 16.42º 0.98% 0.85% -
XYZ 30.42 18.32 2.08 -
YUV 102.43 73.02 209.72 -
System Red Green Blue C M Y K H S L
Decimal 217 63 5 0 0.71 0.98 0.15 16.42 0.95 0.44
Hex D9 3F 5 0 47 62 F 10 5F 2C
Octal 331 77 5 0 107 142 17 20 137 54
Binary 11011001 111111 101 0 1000111 1100010 1111 10000 1011111 101100

Color Harmonies of #D93F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93F05

Black with #D93F05

Text Example


Text Example

White with #D93F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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