Html Css Color HEX #D54615 Harley Davidson Orange

📋 copy color: '#D54615'

red 213 ◦ green 70 ◦ blue 21

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

Shades of Harley Davidson Orange #D54615

Tints of Harley Davidson Orange #D54615

RGB

 RED value IS 213 (83.59% from 255) = 70.07%

 GREEN value IS 70 (27.73% from 255) = 23.03%

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

R = 70.07%
G = 23.03%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D54615 (or 0xD54615) is known color: Harley Davidson Orange. HEX triplet: D5, 46 and 15. RGB value is (213,70,21). Sum of RGB (Red+Green+Blue) = 213+70+21=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D54615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54615 is #2AB9EA. Grayscale: #6B6B6B. Windows color (decimal): -2800107 or 1394389. OLE color: 1394389.

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

Color convert

RGB 213 70 21 -
CMYK 0 0.67 0.90 0.16
HSL 15.31º 0.82% 0.46% -
HSV(B) 15.31º 0.9% 0.84% -
XYZ 29.77 18.58 2.73 -
YUV 107.17 79.38 203.48 -
System Red Green Blue C M Y K H S L
Decimal 213 70 21 0 0.67 0.90 0.16 15.31 0.82 0.46
Hex D5 46 15 0 43 5A 10 F 52 2E
Octal 325 106 25 0 103 132 20 17 122 56
Binary 11010101 1000110 10101 0 1000011 1011010 10000 1111 1010010 101110

Color Harmonies of #D54615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54615

Black with #D54615

Text Example


Text Example

White with #D54615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54615; }

 p { color: rgb(213,70,21); }

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

background-color css

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

 a { background-color: rgb(213,70,21); }

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

border-color css

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

 span { border-color: rgb(213,70,21); }

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