Html Css Color HEX #DE441B Harley Davidson Orange

📋 copy color: '#DE441B'

red 222 ◦ green 68 ◦ blue 27

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

Shades of Harley Davidson Orange #DE441B

Tints of Harley Davidson Orange #DE441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.52%

R = 70.03%
G = 21.45%
B = 8.52%

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

#DE441B (or 0xDE441B) is known color: Harley Davidson Orange. HEX triplet: DE, 44 and 1B. RGB value is (222,68,27). Sum of RGB (Red+Green+Blue) = 222+68+27=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE441B is #21BBE4. Grayscale: #6D6D6D. Windows color (decimal): -2210789 or 1787102. OLE color: 1787102.

HSL color Cylindrical-coordinate representation of color #DE441B: hue angle of 12.62º degrees, saturation: 0.78, 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 #DE441B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 68 27 -
CMYK 0 0.69 0.88 0.13
HSL 12.62º 0.78% 0.49% -
HSV(B) 12.62º 0.88% 0.87% -
XYZ 32.39 19.74 3.14 -
YUV 109.37 81.52 208.33 -
System Red Green Blue C M Y K H S L
Decimal 222 68 27 0 0.69 0.88 0.13 12.62 0.78 0.49
Hex DE 44 1B 0 45 58 D D 4E 31
Octal 336 104 33 0 105 130 15 15 116 61
Binary 11011110 1000100 11011 0 1000101 1011000 1101 1101 1001110 110001

Color Harmonies of #DE441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE441B

Black with #DE441B

Text Example


Text Example

White with #DE441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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