Html Css Color HEX #D93B13 Harley Davidson Orange

📋 copy color: '#D93B13'

red 217 ◦ green 59 ◦ blue 19

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

Shades of Harley Davidson Orange #D93B13

Tints of Harley Davidson Orange #D93B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20%

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 73.56%
G = 20%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D93B13 (or 0xD93B13) is known color: Harley Davidson Orange. HEX triplet: D9, 3B and 13. RGB value is (217,59,19). Sum of RGB (Red+Green+Blue) = 217+59+19=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93B13 is #26C4EC. Grayscale: #666666. Windows color (decimal): -2540781 or 1260505. OLE color: 1260505.

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

Color convert

RGB 217 59 19 -
CMYK 0 0.73 0.91 0.15
HSL 12.12º 0.84% 0.46% -
HSV(B) 12.12º 0.91% 0.85% -
XYZ 30.3 17.93 2.48 -
YUV 101.68 81.35 210.25 -
System Red Green Blue C M Y K H S L
Decimal 217 59 19 0 0.73 0.91 0.15 12.12 0.84 0.46
Hex D9 3B 13 0 49 5B F C 54 2E
Octal 331 73 23 0 111 133 17 14 124 56
Binary 11011001 111011 10011 0 1001001 1011011 1111 1100 1010100 101110

Color Harmonies of #D93B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B13

Black with #D93B13

Text Example


Text Example

White with #D93B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B13; }

 p { color: rgb(217,59,19); }

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

background-color css

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

 a { background-color: rgb(217,59,19); }

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

border-color css

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

 span { border-color: rgb(217,59,19); }

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