Html Css Color HEX #E6221D Harley Davidson Orange

📋 copy color: '#E6221D'

red 230 ◦ green 34 ◦ blue 29

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

Shades of Harley Davidson Orange #E6221D

Tints of Harley Davidson Orange #E6221D

RGB

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

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

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

R = 78.5%
G = 11.6%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6221D (or 0xE6221D) is known color: Harley Davidson Orange. HEX triplet: E6, 22 and 1D. RGB value is (230,34,29). Sum of RGB (Red+Green+Blue) = 230+34+29=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E6221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6221D is #19DDE2. Grayscale: #5C5C5C. Windows color (decimal): -1695203 or 1909478. OLE color: 1909478.

HSL color Cylindrical-coordinate representation of color #E6221D: hue angle of 1.49º degrees, saturation: 0.8, 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 #E6221D is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 34 29 -
CMYK 0 0.85 0.87 0.10
HSL 1.49º 0.8% 0.51% -
HSV(B) 1.49º 0.87% 0.9% -
XYZ 33.43 18.06 2.89 -
YUV 92.03 92.43 226.41 -
System Red Green Blue C M Y K H S L
Decimal 230 34 29 0 0.85 0.87 0.10 1.49 0.8 0.51
Hex E6 22 1D 0 55 57 A 1 50 33
Octal 346 42 35 0 125 127 12 1 120 63
Binary 11100110 100010 11101 0 1010101 1010111 1010 1 1010000 110011

Color Harmonies of #E6221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6221D

Black with #E6221D

Text Example


Text Example

White with #E6221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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