Html Css Color HEX #D44916 Harley Davidson Orange

📋 copy color: '#D44916'

red 212 ◦ green 73 ◦ blue 22

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

Shades of Harley Davidson Orange #D44916

Tints of Harley Davidson Orange #D44916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

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

R = 69.06%
G = 23.78%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D44916 (or 0xD44916) is known color: Harley Davidson Orange. HEX triplet: D4, 49 and 16. RGB value is (212,73,22). Sum of RGB (Red+Green+Blue) = 212+73+22=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D44916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44916 is #2BB6E9. Grayscale: #6D6D6D. Windows color (decimal): -2864874 or 1460692. OLE color: 1460692.

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

Color convert

RGB 212 73 22 -
CMYK 0 0.66 0.90 0.17
HSL 16.11º 0.81% 0.46% -
HSV(B) 16.11º 0.9% 0.83% -
XYZ 29.68 18.82 2.83 -
YUV 108.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 212 73 22 0 0.66 0.90 0.17 16.11 0.81 0.46
Hex D4 49 16 0 42 5A 11 10 51 2E
Octal 324 111 26 0 102 132 21 20 121 56
Binary 11010100 1001001 10110 0 1000010 1011010 10001 10000 1010001 101110

Color Harmonies of #D44916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44916

Black with #D44916

Text Example


Text Example

White with #D44916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44916; }

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

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

background-color css

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

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

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

border-color css

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

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

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