Html Css Color HEX #D44711 Harley Davidson Orange

📋 copy color: '#D44711'

red 212 ◦ green 71 ◦ blue 17

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

Shades of Harley Davidson Orange #D44711

Tints of Harley Davidson Orange #D44711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 17 (7.03% from 255) = 5.67%

R = 70.67%
G = 23.67%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D44711 (or 0xD44711) is known color: Harley Davidson Orange. HEX triplet: D4, 47 and 11. RGB value is (212,71,17). Sum of RGB (Red+Green+Blue) = 212+71+17=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D44711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44711 is #2BB8EE. Grayscale: #6B6B6B. Windows color (decimal): -2865391 or 1132500. OLE color: 1132500.

HSL color Cylindrical-coordinate representation of color #D44711: hue angle of 16.62º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D44711 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 71 17 -
CMYK 0 0.67 0.92 0.17
HSL 16.62º 0.85% 0.45% -
HSV(B) 16.62º 0.92% 0.83% -
XYZ 29.51 18.54 2.55 -
YUV 107 77.21 202.89 -
System Red Green Blue C M Y K H S L
Decimal 212 71 17 0 0.67 0.92 0.17 16.62 0.85 0.45
Hex D4 47 11 0 43 5C 11 11 55 2D
Octal 324 107 21 0 103 134 21 21 125 55
Binary 11010100 1000111 10001 0 1000011 1011100 10001 10001 1010101 101101

Color Harmonies of #D44711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44711

Black with #D44711

Text Example


Text Example

White with #D44711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44711; }

 p { color: rgb(212,71,17); }

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

background-color css

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

 a { background-color: rgb(212,71,17); }

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

border-color css

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

 span { border-color: rgb(212,71,17); }

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