Html Css Color HEX #D1461D Harley Davidson Orange

📋 copy color: '#D1461D'

red 209 ◦ green 70 ◦ blue 29

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

Shades of Harley Davidson Orange #D1461D

Tints of Harley Davidson Orange #D1461D

RGB

 RED value IS 209 (82.03% from 255) = 67.86%

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

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

R = 67.86%
G = 22.73%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1461D (or 0xD1461D) is known color: Harley Davidson Orange. HEX triplet: D1, 46 and 1D. RGB value is (209,70,29). Sum of RGB (Red+Green+Blue) = 209+70+29=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1461D is #2EB9E2. Grayscale: #6B6B6B. Windows color (decimal): -3062243 or 1918673. OLE color: 1918673.

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

Color convert

RGB 209 70 29 -
CMYK 0 0.67 0.86 0.18
HSL 13.67º 0.76% 0.47% -
HSV(B) 13.67º 0.86% 0.82% -
XYZ 28.71 18.02 3.13 -
YUV 106.89 84.05 200.83 -
System Red Green Blue C M Y K H S L
Decimal 209 70 29 0 0.67 0.86 0.18 13.67 0.76 0.47
Hex D1 46 1D 0 43 56 12 E 4C 2F
Octal 321 106 35 0 103 126 22 16 114 57
Binary 11010001 1000110 11101 0 1000011 1010110 10010 1110 1001100 101111

Color Harmonies of #D1461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1461D

Black with #D1461D

Text Example


Text Example

White with #D1461D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1461D; }

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

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

background-color css

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

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

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

border-color css

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

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

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