Html Css Color HEX #E02F01 Harley Davidson Orange

📋 copy color: '#E02F01'

red 224 ◦ green 47 ◦ blue 1

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

Shades of Harley Davidson Orange #E02F01

Tints of Harley Davidson Orange #E02F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.28%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 82.35%
G = 17.28%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E02F01 (or 0xE02F01) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 01. RGB value is (224,47,1). Sum of RGB (Red+Green+Blue) = 224+47+1=272 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.35% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02F01 is #1FD0FE. Grayscale: #5F5F5F. Windows color (decimal): -2085119 or 77792. OLE color: 77792.

HSL color Cylindrical-coordinate representation of color #E02F01: hue angle of 12.38º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E02F01 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 47 1 -
CMYK 0 0.79 1.00 0.12
HSL 12.38º 0.99% 0.44% -
HSV(B) 12.38º 1% 0.88% -
XYZ 31.76 17.88 1.81 -
YUV 94.68 75.14 220.24 -
System Red Green Blue C M Y K H S L
Decimal 224 47 1 0 0.79 1.00 0.12 12.38 0.99 0.44
Hex E0 2F 1 0 4F 64 C C 63 2C
Octal 340 57 1 0 117 144 14 14 143 54
Binary 11100000 101111 1 0 1001111 1100100 1100 1100 1100011 101100

Color Harmonies of #E02F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F01

Black with #E02F01

Text Example


Text Example

White with #E02F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F01; }

 p { color: rgb(224,47,1); }

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

background-color css

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

 a { background-color: rgb(224,47,1); }

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

border-color css

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

 span { border-color: rgb(224,47,1); }

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