Html Css Color HEX #D4410E Harley Davidson Orange

📋 copy color: '#D4410E'

red 212 ◦ green 65 ◦ blue 14

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

Shades of Harley Davidson Orange #D4410E

Tints of Harley Davidson Orange #D4410E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 72.85%
G = 22.34%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4410E (or 0xD4410E) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 0E. RGB value is (212,65,14). Sum of RGB (Red+Green+Blue) = 212+65+14=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D4410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4410E is #2BBEF1. Grayscale: #676767. Windows color (decimal): -2866930 or 934356. OLE color: 934356.

HSL color Cylindrical-coordinate representation of color #D4410E: hue angle of 15.45º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4410E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 65 14 -
CMYK 0 0.69 0.93 0.17
HSL 15.45º 0.88% 0.44% -
HSV(B) 15.45º 0.93% 0.83% -
XYZ 29.12 17.81 2.32 -
YUV 103.14 77.7 205.65 -
System Red Green Blue C M Y K H S L
Decimal 212 65 14 0 0.69 0.93 0.17 15.45 0.88 0.44
Hex D4 41 E 0 45 5D 11 F 58 2C
Octal 324 101 16 0 105 135 21 17 130 54
Binary 11010100 1000001 1110 0 1000101 1011101 10001 1111 1011000 101100

Color Harmonies of #D4410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4410E

Black with #D4410E

Text Example


Text Example

White with #D4410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4410E; }

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

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

background-color css

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

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

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

border-color css

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

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

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