Html Css Color HEX #D4360E Harley Davidson Orange

📋 copy color: '#D4360E'

red 212 ◦ green 54 ◦ blue 14

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

Shades of Harley Davidson Orange #D4360E

Tints of Harley Davidson Orange #D4360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

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

R = 75.71%
G = 19.29%
B = 5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4360E (or 0xD4360E) is known color: Harley Davidson Orange. HEX triplet: D4, 36 and 0E. RGB value is (212,54,14). Sum of RGB (Red+Green+Blue) = 212+54+14=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D4360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4360E is #2BC9F1. Grayscale: #616161. Windows color (decimal): -2869746 or 931540. OLE color: 931540.

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

Color convert

RGB 212 54 14 -
CMYK 0 0.75 0.93 0.17
HSL 12.12º 0.88% 0.44% -
HSV(B) 12.12º 0.93% 0.83% -
XYZ 28.55 16.67 2.13 -
YUV 96.68 81.35 210.25 -
System Red Green Blue C M Y K H S L
Decimal 212 54 14 0 0.75 0.93 0.17 12.12 0.88 0.44
Hex D4 36 E 0 4B 5D 11 C 58 2C
Octal 324 66 16 0 113 135 21 14 130 54
Binary 11010100 110110 1110 0 1001011 1011101 10001 1100 1011000 101100

Color Harmonies of #D4360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4360E

Black with #D4360E

Text Example


Text Example

White with #D4360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4360E; }

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

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

background-color css

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

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

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

border-color css

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

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

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