Html Css Color HEX #D7400D Harley Davidson Orange

📋 copy color: '#D7400D'

red 215 ◦ green 64 ◦ blue 13

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

Shades of Harley Davidson Orange #D7400D

Tints of Harley Davidson Orange #D7400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

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

R = 73.63%
G = 21.92%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7400D (or 0xD7400D) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 0D. RGB value is (215,64,13). Sum of RGB (Red+Green+Blue) = 215+64+13=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D7400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7400D is #28BFF2. Grayscale: #676767. Windows color (decimal): -2670579 or 868567. OLE color: 868567.

HSL color Cylindrical-coordinate representation of color #D7400D: hue angle of 15.15º 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 #D7400D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 64 13 -
CMYK 0 0.70 0.94 0.16
HSL 15.15º 0.89% 0.45% -
HSV(B) 15.15º 0.94% 0.84% -
XYZ 29.93 18.14 2.31 -
YUV 103.34 77.03 207.65 -
System Red Green Blue C M Y K H S L
Decimal 215 64 13 0 0.70 0.94 0.16 15.15 0.89 0.45
Hex D7 40 D 0 46 5E 10 F 59 2D
Octal 327 100 15 0 106 136 20 17 131 55
Binary 11010111 1000000 1101 0 1000110 1011110 10000 1111 1011001 101101

Color Harmonies of #D7400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7400D

Black with #D7400D

Text Example


Text Example

White with #D7400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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