Html Css Color HEX #DE441A Harley Davidson Orange

📋 copy color: '#DE441A'

red 222 ◦ green 68 ◦ blue 26

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

Shades of Harley Davidson Orange #DE441A

Tints of Harley Davidson Orange #DE441A

RGB

 RED value IS 222 (87.11% from 255) = 70.25%

 GREEN value IS 68 (26.95% from 255) = 21.52%

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

R = 70.25%
G = 21.52%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE441A (or 0xDE441A) is known color: Harley Davidson Orange. HEX triplet: DE, 44 and 1A. RGB value is (222,68,26). Sum of RGB (Red+Green+Blue) = 222+68+26=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE441A is #21BBE5. Grayscale: #6D6D6D. Windows color (decimal): -2210790 or 1721566. OLE color: 1721566.

HSL color Cylindrical-coordinate representation of color #DE441A: hue angle of 12.86º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE441A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 68 26 -
CMYK 0 0.69 0.88 0.13
HSL 12.86º 0.79% 0.49% -
HSV(B) 12.86º 0.88% 0.87% -
XYZ 32.38 19.74 3.08 -
YUV 109.26 81.02 208.42 -
System Red Green Blue C M Y K H S L
Decimal 222 68 26 0 0.69 0.88 0.13 12.86 0.79 0.49
Hex DE 44 1A 0 45 58 D D 4F 31
Octal 336 104 32 0 105 130 15 15 117 61
Binary 11011110 1000100 11010 0 1000101 1011000 1101 1101 1001111 110001

Color Harmonies of #DE441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE441A

Black with #DE441A

Text Example


Text Example

White with #DE441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE441A; }

 p { color: rgb(222,68,26); }

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

background-color css

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

 a { background-color: rgb(222,68,26); }

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

border-color css

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

 span { border-color: rgb(222,68,26); }

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