Html Css Color HEX #E5261D Harley Davidson Orange

📋 copy color: '#E5261D'

red 229 ◦ green 38 ◦ blue 29

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

Shades of Harley Davidson Orange #E5261D

Tints of Harley Davidson Orange #E5261D

RGB

 RED value IS 229 (89.84% from 255) = 77.36%

 GREEN value IS 38 (15.23% from 255) = 12.84%

 BLUE value IS 29 (11.72% from 255) = 9.8%

R = 77.36%
G = 12.84%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E5261D (or 0xE5261D) is known color: Harley Davidson Orange. HEX triplet: E5, 26 and 1D. RGB value is (229,38,29). Sum of RGB (Red+Green+Blue) = 229+38+29=296 (39% of max value = 765). Red value is 229 (89.84% from 255 or 77.36% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 229 - color contains mainly: red. Hex color #E5261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5261D is #1AD9E2. Grayscale: #5E5E5E. Windows color (decimal): -1759715 or 1910501. OLE color: 1910501.

HSL color Cylindrical-coordinate representation of color #E5261D: hue angle of 2.7º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5261D is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 38 29 -
CMYK 0 0.83 0.87 0.10
HSL 2.7º 0.79% 0.51% -
HSV(B) 2.7º 0.87% 0.9% -
XYZ 33.23 18.13 2.91 -
YUV 94.08 91.28 224.23 -
System Red Green Blue C M Y K H S L
Decimal 229 38 29 0 0.83 0.87 0.10 2.7 0.79 0.51
Hex E5 26 1D 0 53 57 A 3 4F 33
Octal 345 46 35 0 123 127 12 3 117 63
Binary 11100101 100110 11101 0 1010011 1010111 1010 11 1001111 110011

Color Harmonies of #E5261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5261D

Black with #E5261D

Text Example


Text Example

White with #E5261D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5261D; }

 p { color: rgb(229,38,29); }

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

background-color css

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

 a { background-color: rgb(229,38,29); }

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

border-color css

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

 span { border-color: rgb(229,38,29); }

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