Html Css Color HEX #E6221A Harley Davidson Orange

📋 copy color: '#E6221A'

red 230 ◦ green 34 ◦ blue 26

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

Shades of Harley Davidson Orange #E6221A

Tints of Harley Davidson Orange #E6221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.72%

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 79.31%
G = 11.72%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6221A (or 0xE6221A) is known color: Harley Davidson Orange. HEX triplet: E6, 22 and 1A. RGB value is (230,34,26). Sum of RGB (Red+Green+Blue) = 230+34+26=290 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.31% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 230 - color contains mainly: red. Hex color #E6221A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6221A is #19DDE5. Grayscale: #5B5B5B. Windows color (decimal): -1695206 or 1712870. OLE color: 1712870.

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

Color convert

RGB 230 34 26 -
CMYK 0 0.85 0.89 0.10
HSL 2.35º 0.8% 0.5% -
HSV(B) 2.35º 0.89% 0.9% -
XYZ 33.39 18.04 2.7 -
YUV 91.69 90.93 226.65 -
System Red Green Blue C M Y K H S L
Decimal 230 34 26 0 0.85 0.89 0.10 2.35 0.8 0.5
Hex E6 22 1A 0 55 59 A 2 50 32
Octal 346 42 32 0 125 131 12 2 120 62
Binary 11100110 100010 11010 0 1010101 1011001 1010 10 1010000 110010

Color Harmonies of #E6221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6221A

Black with #E6221A

Text Example


Text Example

White with #E6221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6221A; }

 p { color: rgb(230,34,26); }

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

background-color css

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

 a { background-color: rgb(230,34,26); }

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

border-color css

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

 span { border-color: rgb(230,34,26); }

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