Html Css Color HEX #D74315 Harley Davidson Orange

📋 copy color: '#D74315'

red 215 ◦ green 67 ◦ blue 21

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

Shades of Harley Davidson Orange #D74315

Tints of Harley Davidson Orange #D74315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 70.96%
G = 22.11%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D74315 (or 0xD74315) is known color: Harley Davidson Orange. HEX triplet: D7, 43 and 15. RGB value is (215,67,21). Sum of RGB (Red+Green+Blue) = 215+67+21=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D74315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74315 is #28BCEA. Grayscale: #6A6A6A. Windows color (decimal): -2669803 or 1393623. OLE color: 1393623.

HSL color Cylindrical-coordinate representation of color #D74315: hue angle of 14.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D74315 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 67 21 -
CMYK 0 0.69 0.90 0.16
HSL 14.23º 0.82% 0.46% -
HSV(B) 14.23º 0.9% 0.84% -
XYZ 30.17 18.52 2.69 -
YUV 106.01 80.03 205.74 -
System Red Green Blue C M Y K H S L
Decimal 215 67 21 0 0.69 0.90 0.16 14.23 0.82 0.46
Hex D7 43 15 0 45 5A 10 E 52 2E
Octal 327 103 25 0 105 132 20 16 122 56
Binary 11010111 1000011 10101 0 1000101 1011010 10000 1110 1010010 101110

Color Harmonies of #D74315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74315

Black with #D74315

Text Example


Text Example

White with #D74315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74315; }

 p { color: rgb(215,67,21); }

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

background-color css

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

 a { background-color: rgb(215,67,21); }

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

border-color css

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

 span { border-color: rgb(215,67,21); }

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