Html Css Color HEX #D44A16 Harley Davidson Orange

📋 copy color: '#D44A16'

red 212 ◦ green 74 ◦ blue 22

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

Shades of Harley Davidson Orange #D44A16

Tints of Harley Davidson Orange #D44A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 68.83%
G = 24.03%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D44A16 (or 0xD44A16) is known color: Harley Davidson Orange. HEX triplet: D4, 4A and 16. RGB value is (212,74,22). Sum of RGB (Red+Green+Blue) = 212+74+22=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44A16 is #2BB5E9. Grayscale: #6D6D6D. Windows color (decimal): -2864618 or 1460948. OLE color: 1460948.

HSL color Cylindrical-coordinate representation of color #D44A16: hue angle of 16.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D44A16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 74 22 -
CMYK 0 0.65 0.90 0.17
HSL 16.42º 0.81% 0.46% -
HSV(B) 16.42º 0.9% 0.83% -
XYZ 29.74 18.95 2.85 -
YUV 109.33 78.72 201.23 -
System Red Green Blue C M Y K H S L
Decimal 212 74 22 0 0.65 0.90 0.17 16.42 0.81 0.46
Hex D4 4A 16 0 41 5A 11 10 51 2E
Octal 324 112 26 0 101 132 21 20 121 56
Binary 11010100 1001010 10110 0 1000001 1011010 10001 10000 1010001 101110

Color Harmonies of #D44A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44A16

Black with #D44A16

Text Example


Text Example

White with #D44A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44A16; }

 p { color: rgb(212,74,22); }

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

background-color css

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

 a { background-color: rgb(212,74,22); }

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

border-color css

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

 span { border-color: rgb(212,74,22); }

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