Html Css Color HEX #E62D14 Harley Davidson Orange

📋 copy color: '#E62D14'

red 230 ◦ green 45 ◦ blue 20

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

Shades of Harley Davidson Orange #E62D14

Tints of Harley Davidson Orange #E62D14

RGB

 RED value IS 230 (90.23% from 255) = 77.97%

 GREEN value IS 45 (17.97% from 255) = 15.25%

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

R = 77.97%
G = 15.25%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E62D14 (or 0xE62D14) is known color: Harley Davidson Orange. HEX triplet: E6, 2D and 14. RGB value is (230,45,20). Sum of RGB (Red+Green+Blue) = 230+45+20=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E62D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62D14 is #19D2EB. Grayscale: #616161. Windows color (decimal): -1692396 or 1322470. OLE color: 1322470.

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

Color convert

RGB 230 45 20 -
CMYK 0 0.80 0.91 0.10
HSL 7.14º 0.84% 0.49% -
HSV(B) 7.14º 0.91% 0.9% -
XYZ 33.7 18.75 2.5 -
YUV 97.47 84.29 222.53 -
System Red Green Blue C M Y K H S L
Decimal 230 45 20 0 0.80 0.91 0.10 7.14 0.84 0.49
Hex E6 2D 14 0 50 5B A 7 54 31
Octal 346 55 24 0 120 133 12 7 124 61
Binary 11100110 101101 10100 0 1010000 1011011 1010 111 1010100 110001

Color Harmonies of #E62D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62D14

Black with #E62D14

Text Example


Text Example

White with #E62D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62D14; }

 p { color: rgb(230,45,20); }

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

background-color css

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

 a { background-color: rgb(230,45,20); }

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

border-color css

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

 span { border-color: rgb(230,45,20); }

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