Html Css Color HEX #D4281E Harley Davidson Orange

📋 copy color: '#D4281E'

red 212 ◦ green 40 ◦ blue 30

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

Shades of Harley Davidson Orange #D4281E

Tints of Harley Davidson Orange #D4281E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 75.18%
G = 14.18%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4281E (or 0xD4281E) is known color: Harley Davidson Orange. HEX triplet: D4, 28 and 1E. RGB value is (212,40,30). Sum of RGB (Red+Green+Blue) = 212+40+30=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D4281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4281E is #2BD7E1. Grayscale: #5A5A5A. Windows color (decimal): -2873314 or 1976532. OLE color: 1976532.

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

Color convert

RGB 212 40 30 -
CMYK 0 0.81 0.86 0.17
HSL 3.3º 0.75% 0.47% -
HSV(B) 3.3º 0.86% 0.83% -
XYZ 28.14 15.61 2.76 -
YUV 90.29 93.98 214.81 -
System Red Green Blue C M Y K H S L
Decimal 212 40 30 0 0.81 0.86 0.17 3.3 0.75 0.47
Hex D4 28 1E 0 51 56 11 3 4B 2F
Octal 324 50 36 0 121 126 21 3 113 57
Binary 11010100 101000 11110 0 1010001 1010110 10001 11 1001011 101111

Color Harmonies of #D4281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4281E

Black with #D4281E

Text Example


Text Example

White with #D4281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4281E; }

 p { color: rgb(212,40,30); }

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

background-color css

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

 a { background-color: rgb(212,40,30); }

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

border-color css

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

 span { border-color: rgb(212,40,30); }

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