Html Css Color HEX #E0330F Harley Davidson Orange

📋 copy color: '#E0330F'

red 224 ◦ green 51 ◦ blue 15

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

Shades of Harley Davidson Orange #E0330F

Tints of Harley Davidson Orange #E0330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.59%

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

R = 77.24%
G = 17.59%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0330F (or 0xE0330F) is known color: Harley Davidson Orange. HEX triplet: E0, 33 and 0F. RGB value is (224,51,15). Sum of RGB (Red+Green+Blue) = 224+51+15=290 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.24% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 224 - color contains mainly: red. Hex color #E0330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0330F is #1FCCF0. Grayscale: #626262. Windows color (decimal): -2084081 or 996320. OLE color: 996320.

HSL color Cylindrical-coordinate representation of color #E0330F: hue angle of 10.33º 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 #E0330F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 51 15 -
CMYK 0 0.77 0.93 0.12
HSL 10.33º 0.87% 0.47% -
HSV(B) 10.33º 0.93% 0.88% -
XYZ 32.01 18.25 2.29 -
YUV 98.62 80.81 217.43 -
System Red Green Blue C M Y K H S L
Decimal 224 51 15 0 0.77 0.93 0.12 10.33 0.87 0.47
Hex E0 33 F 0 4D 5D C A 57 2F
Octal 340 63 17 0 115 135 14 12 127 57
Binary 11100000 110011 1111 0 1001101 1011101 1100 1010 1010111 101111

Color Harmonies of #E0330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0330F

Black with #E0330F

Text Example


Text Example

White with #E0330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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