Html Css Color HEX #E0430F Harley Davidson Orange

📋 copy color: '#E0430F'

red 224 ◦ green 67 ◦ blue 15

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

Shades of Harley Davidson Orange #E0430F

Tints of Harley Davidson Orange #E0430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 73.2%
G = 21.9%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0430F (or 0xE0430F) is known color: Harley Davidson Orange. HEX triplet: E0, 43 and 0F. RGB value is (224,67,15). Sum of RGB (Red+Green+Blue) = 224+67+15=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E0430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0430F is #1FBCF0. Grayscale: #6C6C6C. Windows color (decimal): -2079985 or 1000416. OLE color: 1000416.

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

Color convert

RGB 224 67 15 -
CMYK 0 0.70 0.93 0.12
HSL 14.93º 0.87% 0.47% -
HSV(B) 14.93º 0.93% 0.88% -
XYZ 32.83 19.9 2.56 -
YUV 108.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 224 67 15 0 0.70 0.93 0.12 14.93 0.87 0.47
Hex E0 43 F 0 46 5D C F 57 2F
Octal 340 103 17 0 106 135 14 17 127 57
Binary 11100000 1000011 1111 0 1000110 1011101 1100 1111 1010111 101111

Color Harmonies of #E0430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0430F

Black with #E0430F

Text Example


Text Example

White with #E0430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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