Html Css Color HEX #D5461D Harley Davidson Orange

📋 copy color: '#D5461D'

red 213 ◦ green 70 ◦ blue 29

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

Shades of Harley Davidson Orange #D5461D

Tints of Harley Davidson Orange #D5461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.29%

R = 68.27%
G = 22.44%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5461D (or 0xD5461D) is known color: Harley Davidson Orange. HEX triplet: D5, 46 and 1D. RGB value is (213,70,29). Sum of RGB (Red+Green+Blue) = 213+70+29=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D5461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5461D is #2AB9E2. Grayscale: #6C6C6C. Windows color (decimal): -2800099 or 1918677. OLE color: 1918677.

HSL color Cylindrical-coordinate representation of color #D5461D: hue angle of 13.37º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5461D is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 70 29 -
CMYK 0 0.67 0.86 0.16
HSL 13.37º 0.76% 0.47% -
HSV(B) 13.37º 0.86% 0.84% -
XYZ 29.85 18.62 3.18 -
YUV 108.08 83.38 202.83 -
System Red Green Blue C M Y K H S L
Decimal 213 70 29 0 0.67 0.86 0.16 13.37 0.76 0.47
Hex D5 46 1D 0 43 56 10 D 4C 2F
Octal 325 106 35 0 103 126 20 15 114 57
Binary 11010101 1000110 11101 0 1000011 1010110 10000 1101 1001100 101111

Color Harmonies of #D5461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5461D

Black with #D5461D

Text Example


Text Example

White with #D5461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5461D; }

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

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

background-color css

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

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

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

border-color css

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

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

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