Html Css Color HEX #D44001 Harley Davidson Orange

📋 copy color: '#D44001'

red 212 ◦ green 64 ◦ blue 1

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

Shades of Harley Davidson Orange #D44001

Tints of Harley Davidson Orange #D44001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 76.53%
G = 23.1%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D44001 (or 0xD44001) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 01. RGB value is (212,64,1). Sum of RGB (Red+Green+Blue) = 212+64+1=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D44001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44001 is #2BBFFE. Grayscale: #656565. Windows color (decimal): -2867199 or 82132. OLE color: 82132.

HSL color Cylindrical-coordinate representation of color #D44001: hue angle of 17.91º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D44001 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 64 1 -
CMYK 0 0.70 1.00 0.17
HSL 17.91º 0.99% 0.42% -
HSV(B) 17.91º 1% 0.83% -
XYZ 28.99 17.67 1.91 -
YUV 101.07 71.53 207.12 -
System Red Green Blue C M Y K H S L
Decimal 212 64 1 0 0.70 1.00 0.17 17.91 0.99 0.42
Hex D4 40 1 0 46 64 11 12 63 2A
Octal 324 100 1 0 106 144 21 22 143 52
Binary 11010100 1000000 1 0 1000110 1100100 10001 10010 1100011 101010

Color Harmonies of #D44001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44001

Black with #D44001

Text Example


Text Example

White with #D44001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44001; }

 p { color: rgb(212,64,1); }

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

background-color css

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

 a { background-color: rgb(212,64,1); }

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

border-color css

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

 span { border-color: rgb(212,64,1); }

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