Html Css Color HEX #E43F14 Harley Davidson Orange

📋 copy color: '#E43F14'

red 228 ◦ green 63 ◦ blue 20

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

Shades of Harley Davidson Orange #E43F14

Tints of Harley Davidson Orange #E43F14

RGB

 RED value IS 228 (89.45% from 255) = 73.31%

 GREEN value IS 63 (25% from 255) = 20.26%

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

R = 73.31%
G = 20.26%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E43F14 (or 0xE43F14) is known color: Harley Davidson Orange. HEX triplet: E4, 3F and 14. RGB value is (228,63,20). Sum of RGB (Red+Green+Blue) = 228+63+20=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E43F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E43F14 is #1BC0EB. Grayscale: #6B6B6B. Windows color (decimal): -1818860 or 1327076. OLE color: 1327076.

HSL color Cylindrical-coordinate representation of color #E43F14: hue angle of 12.4º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E43F14 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 63 20 -
CMYK 0 0.72 0.91 0.11
HSL 12.4º 0.84% 0.49% -
HSV(B) 12.4º 0.91% 0.89% -
XYZ 33.9 20.1 2.75 -
YUV 107.43 78.66 214 -
System Red Green Blue C M Y K H S L
Decimal 228 63 20 0 0.72 0.91 0.11 12.4 0.84 0.49
Hex E4 3F 14 0 48 5B B C 54 31
Octal 344 77 24 0 110 133 13 14 124 61
Binary 11100100 111111 10100 0 1001000 1011011 1011 1100 1010100 110001

Color Harmonies of #E43F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43F14

Black with #E43F14

Text Example


Text Example

White with #E43F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43F14; }

 p { color: rgb(228,63,20); }

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

background-color css

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

 a { background-color: rgb(228,63,20); }

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

border-color css

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

 span { border-color: rgb(228,63,20); }

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