Html Css Color HEX #D44111 Harley Davidson Orange

📋 copy color: '#D44111'

red 212 ◦ green 65 ◦ blue 17

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

Shades of Harley Davidson Orange #D44111

Tints of Harley Davidson Orange #D44111

RGB

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

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

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

R = 72.11%
G = 22.11%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D44111 (or 0xD44111) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 11. RGB value is (212,65,17). Sum of RGB (Red+Green+Blue) = 212+65+17=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D44111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44111 is #2BBEEE. Grayscale: #676767. Windows color (decimal): -2866927 or 1130964. OLE color: 1130964.

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

Color convert

RGB 212 65 17 -
CMYK 0 0.69 0.92 0.17
HSL 14.77º 0.85% 0.45% -
HSV(B) 14.77º 0.92% 0.83% -
XYZ 29.14 17.82 2.43 -
YUV 103.48 79.2 205.4 -
System Red Green Blue C M Y K H S L
Decimal 212 65 17 0 0.69 0.92 0.17 14.77 0.85 0.45
Hex D4 41 11 0 45 5C 11 F 55 2D
Octal 324 101 21 0 105 134 21 17 125 55
Binary 11010100 1000001 10001 0 1000101 1011100 10001 1111 1010101 101101

Color Harmonies of #D44111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44111

Black with #D44111

Text Example


Text Example

White with #D44111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44111; }

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

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

background-color css

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

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

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

border-color css

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

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

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