Html Css Color HEX #D44914 Harley Davidson Orange

📋 copy color: '#D44914'

red 212 ◦ green 73 ◦ blue 20

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

Shades of Harley Davidson Orange #D44914

Tints of Harley Davidson Orange #D44914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.56%

R = 69.51%
G = 23.93%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D44914 (or 0xD44914) is known color: Harley Davidson Orange. HEX triplet: D4, 49 and 14. RGB value is (212,73,20). Sum of RGB (Red+Green+Blue) = 212+73+20=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D44914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44914 is #2BB6EB. Grayscale: #6C6C6C. Windows color (decimal): -2864876 or 1329620. OLE color: 1329620.

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

Color convert

RGB 212 73 20 -
CMYK 0 0.66 0.91 0.17
HSL 16.56º 0.83% 0.45% -
HSV(B) 16.56º 0.91% 0.83% -
XYZ 29.66 18.81 2.73 -
YUV 108.52 78.05 201.81 -
System Red Green Blue C M Y K H S L
Decimal 212 73 20 0 0.66 0.91 0.17 16.56 0.83 0.45
Hex D4 49 14 0 42 5B 11 11 53 2D
Octal 324 111 24 0 102 133 21 21 123 55
Binary 11010100 1001001 10100 0 1000010 1011011 10001 10001 1010011 101101

Color Harmonies of #D44914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44914

Black with #D44914

Text Example


Text Example

White with #D44914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44914; }

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

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

background-color css

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

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

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

border-color css

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

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

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