Html Css Color HEX #D93B15 Harley Davidson Orange

📋 copy color: '#D93B15'

red 217 ◦ green 59 ◦ blue 21

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

Shades of Harley Davidson Orange #D93B15

Tints of Harley Davidson Orange #D93B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 73.06%
G = 19.87%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D93B15 (or 0xD93B15) is known color: Harley Davidson Orange. HEX triplet: D9, 3B and 15. RGB value is (217,59,21). Sum of RGB (Red+Green+Blue) = 217+59+21=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D93B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93B15 is #26C4EA. Grayscale: #666666. Windows color (decimal): -2540779 or 1391577. OLE color: 1391577.

HSL color Cylindrical-coordinate representation of color #D93B15: hue angle of 11.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D93B15 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 59 21 -
CMYK 0 0.73 0.90 0.15
HSL 11.63º 0.82% 0.47% -
HSV(B) 11.63º 0.9% 0.85% -
XYZ 30.31 17.93 2.57 -
YUV 101.91 82.35 210.09 -
System Red Green Blue C M Y K H S L
Decimal 217 59 21 0 0.73 0.90 0.15 11.63 0.82 0.47
Hex D9 3B 15 0 49 5A F C 52 2F
Octal 331 73 25 0 111 132 17 14 122 57
Binary 11011001 111011 10101 0 1001001 1011010 1111 1100 1010010 101111

Color Harmonies of #D93B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93B15

Black with #D93B15

Text Example


Text Example

White with #D93B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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