Html Css Color HEX #D7440B Harley Davidson Orange

📋 copy color: '#D7440B'

red 215 ◦ green 68 ◦ blue 11

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

Shades of Harley Davidson Orange #D7440B

Tints of Harley Davidson Orange #D7440B

RGB

 RED value IS 215 (84.38% from 255) = 73.13%

 GREEN value IS 68 (26.95% from 255) = 23.13%

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 73.13%
G = 23.13%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7440B (or 0xD7440B) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 0B. RGB value is (215,68,11). Sum of RGB (Red+Green+Blue) = 215+68+11=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D7440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7440B is #28BBF4. Grayscale: #696969. Windows color (decimal): -2669557 or 738519. OLE color: 738519.

HSL color Cylindrical-coordinate representation of color #D7440B: hue angle of 16.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7440B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 68 11 -
CMYK 0 0.68 0.95 0.16
HSL 16.76º 0.9% 0.44% -
HSV(B) 16.76º 0.95% 0.84% -
XYZ 30.15 18.61 2.32 -
YUV 105.46 74.7 206.13 -
System Red Green Blue C M Y K H S L
Decimal 215 68 11 0 0.68 0.95 0.16 16.76 0.9 0.44
Hex D7 44 B 0 44 5F 10 11 5A 2C
Octal 327 104 13 0 104 137 20 21 132 54
Binary 11010111 1000100 1011 0 1000100 1011111 10000 10001 1011010 101100

Color Harmonies of #D7440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7440B

Black with #D7440B

Text Example


Text Example

White with #D7440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7440B; }

 p { color: rgb(215,68,11); }

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

background-color css

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

 a { background-color: rgb(215,68,11); }

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

border-color css

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

 span { border-color: rgb(215,68,11); }

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