Html Css Color HEX #D5411D Harley Davidson Orange

📋 copy color: '#D5411D'

red 213 ◦ green 65 ◦ blue 29

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

Shades of Harley Davidson Orange #D5411D

Tints of Harley Davidson Orange #D5411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 69.38%
G = 21.17%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5411D (or 0xD5411D) is known color: Harley Davidson Orange. HEX triplet: D5, 41 and 1D. RGB value is (213,65,29). Sum of RGB (Red+Green+Blue) = 213+65+29=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D5411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5411D is #2ABEE2. Grayscale: #696969. Windows color (decimal): -2801379 or 1917397. OLE color: 1917397.

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

Color convert

RGB 213 65 29 -
CMYK 0 0.69 0.86 0.16
HSL 11.74º 0.76% 0.47% -
HSV(B) 11.74º 0.86% 0.84% -
XYZ 29.55 18.02 3.08 -
YUV 105.15 85.03 204.93 -
System Red Green Blue C M Y K H S L
Decimal 213 65 29 0 0.69 0.86 0.16 11.74 0.76 0.47
Hex D5 41 1D 0 45 56 10 C 4C 2F
Octal 325 101 35 0 105 126 20 14 114 57
Binary 11010101 1000001 11101 0 1000101 1010110 10000 1100 1001100 101111

Color Harmonies of #D5411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5411D

Black with #D5411D

Text Example


Text Example

White with #D5411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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