Html Css Color HEX #D4401D Harley Davidson Orange

📋 copy color: '#D4401D'

red 212 ◦ green 64 ◦ blue 29

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

Shades of Harley Davidson Orange #D4401D

Tints of Harley Davidson Orange #D4401D

RGB

 RED value IS 212 (83.2% from 255) = 69.51%

 GREEN value IS 64 (25.39% from 255) = 20.98%

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

R = 69.51%
G = 20.98%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4401D (or 0xD4401D) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 1D. RGB value is (212,64,29). Sum of RGB (Red+Green+Blue) = 212+64+29=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D4401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4401D is #2BBFE2. Grayscale: #686868. Windows color (decimal): -2867171 or 1917140. OLE color: 1917140.

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

Color convert

RGB 212 64 29 -
CMYK 0 0.70 0.86 0.17
HSL 11.48º 0.76% 0.47% -
HSV(B) 11.48º 0.86% 0.83% -
XYZ 29.21 17.75 3.05 -
YUV 104.26 85.53 204.85 -
System Red Green Blue C M Y K H S L
Decimal 212 64 29 0 0.70 0.86 0.17 11.48 0.76 0.47
Hex D4 40 1D 0 46 56 11 B 4C 2F
Octal 324 100 35 0 106 126 21 13 114 57
Binary 11010100 1000000 11101 0 1000110 1010110 10001 1011 1001100 101111

Color Harmonies of #D4401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4401D

Black with #D4401D

Text Example


Text Example

White with #D4401D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4401D; }

 p { color: rgb(212,64,29); }

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

background-color css

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

 a { background-color: rgb(212,64,29); }

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

border-color css

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

 span { border-color: rgb(212,64,29); }

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