Html Css Color HEX #D4401A Harley Davidson Orange

📋 copy color: '#D4401A'

red 212 ◦ green 64 ◦ blue 26

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

Shades of Harley Davidson Orange #D4401A

Tints of Harley Davidson Orange #D4401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.61%

R = 70.2%
G = 21.19%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4401A (or 0xD4401A) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 1A. RGB value is (212,64,26). Sum of RGB (Red+Green+Blue) = 212+64+26=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D4401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4401A is #2BBFE5. Grayscale: #686868. Windows color (decimal): -2867174 or 1720532. OLE color: 1720532.

HSL color Cylindrical-coordinate representation of color #D4401A: hue angle of 12.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4401A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 64 26 -
CMYK 0 0.70 0.88 0.17
HSL 12.26º 0.78% 0.47% -
HSV(B) 12.26º 0.88% 0.83% -
XYZ 29.17 17.74 2.86 -
YUV 103.92 84.03 205.09 -
System Red Green Blue C M Y K H S L
Decimal 212 64 26 0 0.70 0.88 0.17 12.26 0.78 0.47
Hex D4 40 1A 0 46 58 11 C 4E 2F
Octal 324 100 32 0 106 130 21 14 116 57
Binary 11010100 1000000 11010 0 1000110 1011000 10001 1100 1001110 101111

Color Harmonies of #D4401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4401A

Black with #D4401A

Text Example


Text Example

White with #D4401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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