Html Css Color HEX #D93A1F Harley Davidson Orange

📋 copy color: '#D93A1F'

red 217 ◦ green 58 ◦ blue 31

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

Shades of Harley Davidson Orange #D93A1F

Tints of Harley Davidson Orange #D93A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.95%

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 70.92%
G = 18.95%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D93A1F (or 0xD93A1F) is known color: Harley Davidson Orange. HEX triplet: D9, 3A and 1F. RGB value is (217,58,31). Sum of RGB (Red+Green+Blue) = 217+58+31=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93A1F is #26C5E0. Grayscale: #666666. Windows color (decimal): -2541025 or 2046681. OLE color: 2046681.

HSL color Cylindrical-coordinate representation of color #D93A1F: hue angle of 8.71º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D93A1F is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 58 31 -
CMYK 0 0.73 0.86 0.15
HSL 8.71º 0.75% 0.49% -
HSV(B) 8.71º 0.86% 0.85% -
XYZ 30.38 17.88 3.15 -
YUV 102.46 87.68 209.7 -
System Red Green Blue C M Y K H S L
Decimal 217 58 31 0 0.73 0.86 0.15 8.71 0.75 0.49
Hex D9 3A 1F 0 49 56 F 9 4B 31
Octal 331 72 37 0 111 126 17 11 113 61
Binary 11011001 111010 11111 0 1001001 1010110 1111 1001 1001011 110001

Color Harmonies of #D93A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A1F

Black with #D93A1F

Text Example


Text Example

White with #D93A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A1F; }

 p { color: rgb(217,58,31); }

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

background-color css

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

 a { background-color: rgb(217,58,31); }

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

border-color css

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

 span { border-color: rgb(217,58,31); }

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