Html Css Color HEX #E02F02 Harley Davidson Orange

📋 copy color: '#E02F02'

red 224 ◦ green 47 ◦ blue 2

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

Shades of Harley Davidson Orange #E02F02

Tints of Harley Davidson Orange #E02F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 82.05%
G = 17.22%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E02F02 (or 0xE02F02) is known color: Harley Davidson Orange. HEX triplet: E0, 2F and 02. RGB value is (224,47,2). Sum of RGB (Red+Green+Blue) = 224+47+2=273 (36% of max value = 765). Red value is 224 (87.89% from 255 or 82.05% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02F02 is #1FD0FD. Grayscale: #5F5F5F. Windows color (decimal): -2085118 or 143328. OLE color: 143328.

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

Color convert

RGB 224 47 2 -
CMYK 0 0.79 0.99 0.12
HSL 12.16º 0.98% 0.44% -
HSV(B) 12.16º 0.99% 0.88% -
XYZ 31.77 17.88 1.84 -
YUV 94.79 75.64 220.16 -
System Red Green Blue C M Y K H S L
Decimal 224 47 2 0 0.79 0.99 0.12 12.16 0.98 0.44
Hex E0 2F 2 0 4F 63 C C 62 2C
Octal 340 57 2 0 117 143 14 14 142 54
Binary 11100000 101111 10 0 1001111 1100011 1100 1100 1100010 101100

Color Harmonies of #E02F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F02

Black with #E02F02

Text Example


Text Example

White with #E02F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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