Html Css Color HEX #D44114 Harley Davidson Orange

📋 copy color: '#D44114'

red 212 ◦ green 65 ◦ blue 20

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

Shades of Harley Davidson Orange #D44114

Tints of Harley Davidson Orange #D44114

RGB

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

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

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

R = 71.38%
G = 21.89%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D44114 (or 0xD44114) is known color: Harley Davidson Orange. HEX triplet: D4, 41 and 14. RGB value is (212,65,20). Sum of RGB (Red+Green+Blue) = 212+65+20=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D44114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44114 is #2BBEEB. Grayscale: #686868. Windows color (decimal): -2866924 or 1327572. OLE color: 1327572.

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

Color convert

RGB 212 65 20 -
CMYK 0 0.69 0.91 0.17
HSL 14.06º 0.83% 0.45% -
HSV(B) 14.06º 0.91% 0.83% -
XYZ 29.17 17.83 2.57 -
YUV 103.82 80.7 205.16 -
System Red Green Blue C M Y K H S L
Decimal 212 65 20 0 0.69 0.91 0.17 14.06 0.83 0.45
Hex D4 41 14 0 45 5B 11 E 53 2D
Octal 324 101 24 0 105 133 21 16 123 55
Binary 11010100 1000001 10100 0 1000101 1011011 10001 1110 1010011 101101

Color Harmonies of #D44114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44114

Black with #D44114

Text Example


Text Example

White with #D44114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44114; }

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

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

background-color css

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

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

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

border-color css

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

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

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