Html Css Color HEX #E0430E Harley Davidson Orange

📋 copy color: '#E0430E'

red 224 ◦ green 67 ◦ blue 14

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

Shades of Harley Davidson Orange #E0430E

Tints of Harley Davidson Orange #E0430E

RGB

 RED value IS 224 (87.89% from 255) = 73.44%

 GREEN value IS 67 (26.56% from 255) = 21.97%

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 73.44%
G = 21.97%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0430E (or 0xE0430E) is known color: Harley Davidson Orange. HEX triplet: E0, 43 and 0E. RGB value is (224,67,14). Sum of RGB (Red+Green+Blue) = 224+67+14=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0430E is #1FBCF1. Grayscale: #6C6C6C. Windows color (decimal): -2079986 or 934880. OLE color: 934880.

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

Color convert

RGB 224 67 14 -
CMYK 0 0.70 0.94 0.12
HSL 15.14º 0.88% 0.47% -
HSV(B) 15.14º 0.94% 0.88% -
XYZ 32.83 19.89 2.53 -
YUV 107.9 75.01 210.81 -
System Red Green Blue C M Y K H S L
Decimal 224 67 14 0 0.70 0.94 0.12 15.14 0.88 0.47
Hex E0 43 E 0 46 5E C F 58 2F
Octal 340 103 16 0 106 136 14 17 130 57
Binary 11100000 1000011 1110 0 1000110 1011110 1100 1111 1011000 101111

Color Harmonies of #E0430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0430E

Black with #E0430E

Text Example


Text Example

White with #E0430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0430E; }

 p { color: rgb(224,67,14); }

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

background-color css

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

 a { background-color: rgb(224,67,14); }

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

border-color css

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

 span { border-color: rgb(224,67,14); }

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