Html Css Color HEX #D4411D Harley Davidson Orange

📋 copy color: '#D4411D'

red 212 ◦ green 65 ◦ blue 29

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

Shades of Harley Davidson Orange #D4411D

Tints of Harley Davidson Orange #D4411D

RGB

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

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

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

R = 69.28%
G = 21.24%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4411D (or 0xD4411D) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 1D. RGB value is (212,65,29). Sum of RGB (Red+Green+Blue) = 212+65+29=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D4411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4411D is #2BBEE2. Grayscale: #696969. Windows color (decimal): -2866915 or 1917396. OLE color: 1917396.

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

Color convert

RGB 212 65 29 -
CMYK 0 0.69 0.86 0.17
HSL 11.8º 0.76% 0.47% -
HSV(B) 11.8º 0.86% 0.83% -
XYZ 29.26 17.87 3.07 -
YUV 104.85 85.2 204.43 -
System Red Green Blue C M Y K H S L
Decimal 212 65 29 0 0.69 0.86 0.17 11.8 0.76 0.47
Hex D4 41 1D 0 45 56 11 C 4C 2F
Octal 324 101 35 0 105 126 21 14 114 57
Binary 11010100 1000001 11101 0 1000101 1010110 10001 1100 1001100 101111

Color Harmonies of #D4411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4411D

Black with #D4411D

Text Example


Text Example

White with #D4411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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