Html Css Color HEX #D93006 Harley Davidson Orange

📋 copy color: '#D93006'

red 217 ◦ green 48 ◦ blue 6

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

Shades of Harley Davidson Orange #D93006

Tints of Harley Davidson Orange #D93006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 80.07%
G = 17.71%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D93006 (or 0xD93006) is known color: Harley Davidson Orange. HEX triplet: D9, 30 and 06. RGB value is (217,48,6). Sum of RGB (Red+Green+Blue) = 217+48+6=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D93006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93006 is #26CFF9. Grayscale: #5E5E5E. Windows color (decimal): -2543610 or 405721. OLE color: 405721.

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

Color convert

RGB 217 48 6 -
CMYK 0 0.78 0.97 0.15
HSL 11.94º 0.95% 0.44% -
HSV(B) 11.94º 0.97% 0.85% -
XYZ 29.71 16.88 1.86 -
YUV 93.74 78.49 215.92 -
System Red Green Blue C M Y K H S L
Decimal 217 48 6 0 0.78 0.97 0.15 11.94 0.95 0.44
Hex D9 30 6 0 4E 61 F C 5F 2C
Octal 331 60 6 0 116 141 17 14 137 54
Binary 11011001 110000 110 0 1001110 1100001 1111 1100 1011111 101100

Color Harmonies of #D93006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93006

Black with #D93006

Text Example


Text Example

White with #D93006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93006; }

 p { color: rgb(217,48,6); }

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

background-color css

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

 a { background-color: rgb(217,48,6); }

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

border-color css

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

 span { border-color: rgb(217,48,6); }

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