Html Css Color HEX #D7440D Harley Davidson Orange

📋 copy color: '#D7440D'

red 215 ◦ green 68 ◦ blue 13

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

Shades of Harley Davidson Orange #D7440D

Tints of Harley Davidson Orange #D7440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.39%

R = 72.64%
G = 22.97%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7440D (or 0xD7440D) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 0D. RGB value is (215,68,13). Sum of RGB (Red+Green+Blue) = 215+68+13=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D7440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7440D is #28BBF2. Grayscale: #6A6A6A. Windows color (decimal): -2669555 or 869591. OLE color: 869591.

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

Color convert

RGB 215 68 13 -
CMYK 0 0.68 0.94 0.16
HSL 16.34º 0.89% 0.45% -
HSV(B) 16.34º 0.94% 0.84% -
XYZ 30.16 18.61 2.38 -
YUV 105.68 75.7 205.97 -
System Red Green Blue C M Y K H S L
Decimal 215 68 13 0 0.68 0.94 0.16 16.34 0.89 0.45
Hex D7 44 D 0 44 5E 10 10 59 2D
Octal 327 104 15 0 104 136 20 20 131 55
Binary 11010111 1000100 1101 0 1000100 1011110 10000 10000 1011001 101101

Color Harmonies of #D7440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7440D

Black with #D7440D

Text Example


Text Example

White with #D7440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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