Html Css Color HEX #D7440F Harley Davidson Orange

📋 copy color: '#D7440F'

red 215 ◦ green 68 ◦ blue 15

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

Shades of Harley Davidson Orange #D7440F

Tints of Harley Davidson Orange #D7440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 72.15%
G = 22.82%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7440F (or 0xD7440F) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 0F. RGB value is (215,68,15). Sum of RGB (Red+Green+Blue) = 215+68+15=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D7440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7440F is #28BBF0. Grayscale: #6A6A6A. Windows color (decimal): -2669553 or 1000663. OLE color: 1000663.

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

Color convert

RGB 215 68 15 -
CMYK 0 0.68 0.93 0.16
HSL 15.9º 0.87% 0.45% -
HSV(B) 15.9º 0.93% 0.84% -
XYZ 30.18 18.62 2.45 -
YUV 105.91 76.7 205.81 -
System Red Green Blue C M Y K H S L
Decimal 215 68 15 0 0.68 0.93 0.16 15.9 0.87 0.45
Hex D7 44 F 0 44 5D 10 10 57 2D
Octal 327 104 17 0 104 135 20 20 127 55
Binary 11010111 1000100 1111 0 1000100 1011101 10000 10000 1010111 101101

Color Harmonies of #D7440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7440F

Black with #D7440F

Text Example


Text Example

White with #D7440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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