Html Css Color HEX #E62F0D Harley Davidson Orange

📋 copy color: '#E62F0D'

red 230 ◦ green 47 ◦ blue 13

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

Shades of Harley Davidson Orange #E62F0D

Tints of Harley Davidson Orange #E62F0D

RGB

 RED value IS 230 (90.23% from 255) = 79.31%

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

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 79.31%
G = 16.21%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E62F0D (or 0xE62F0D) is known color: Harley Davidson Orange. HEX triplet: E6, 2F and 0D. RGB value is (230,47,13). Sum of RGB (Red+Green+Blue) = 230+47+13=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E62F0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E62F0D is #19D0F2. Grayscale: #626262. Windows color (decimal): -1691891 or 864230. OLE color: 864230.

HSL color Cylindrical-coordinate representation of color #E62F0D: hue angle of 9.4º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E62F0D is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 47 13 -
CMYK 0 0.80 0.94 0.10
HSL 9.4º 0.89% 0.48% -
HSV(B) 9.4º 0.94% 0.9% -
XYZ 33.72 18.89 2.25 -
YUV 97.84 80.13 222.26 -
System Red Green Blue C M Y K H S L
Decimal 230 47 13 0 0.80 0.94 0.10 9.4 0.89 0.48
Hex E6 2F D 0 50 5E A 9 59 30
Octal 346 57 15 0 120 136 12 11 131 60
Binary 11100110 101111 1101 0 1010000 1011110 1010 1001 1011001 110000

Color Harmonies of #E62F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62F0D

Black with #E62F0D

Text Example


Text Example

White with #E62F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62F0D; }

 p { color: rgb(230,47,13); }

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

background-color css

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

 a { background-color: rgb(230,47,13); }

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

border-color css

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

 span { border-color: rgb(230,47,13); }

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