Html Css Color HEX #DE2E1F Harley Davidson Orange

📋 copy color: '#DE2E1F'

red 222 ◦ green 46 ◦ blue 31

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

Shades of Harley Davidson Orange #DE2E1F

Tints of Harley Davidson Orange #DE2E1F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.38%

 BLUE value IS 31 (12.5% from 255) = 10.37%

R = 74.25%
G = 15.38%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE2E1F (or 0xDE2E1F) is known color: Harley Davidson Orange. HEX triplet: DE, 2E and 1F. RGB value is (222,46,31). Sum of RGB (Red+Green+Blue) = 222+46+31=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2E1F is #21D1E0. Grayscale: #616161. Windows color (decimal): -2216417 or 2043614. OLE color: 2043614.

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

Color convert

RGB 222 46 31 -
CMYK 0 0.79 0.86 0.13
HSL 4.71º 0.75% 0.5% -
HSV(B) 4.71º 0.86% 0.87% -
XYZ 31.35 17.58 3.04 -
YUV 96.91 90.81 217.22 -
System Red Green Blue C M Y K H S L
Decimal 222 46 31 0 0.79 0.86 0.13 4.71 0.75 0.5
Hex DE 2E 1F 0 4F 56 D 5 4B 32
Octal 336 56 37 0 117 126 15 5 113 62
Binary 11011110 101110 11111 0 1001111 1010110 1101 101 1001011 110010

Color Harmonies of #DE2E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2E1F

Black with #DE2E1F

Text Example


Text Example

White with #DE2E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2E1F; }

 p { color: rgb(222,46,31); }

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

background-color css

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

 a { background-color: rgb(222,46,31); }

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

border-color css

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

 span { border-color: rgb(222,46,31); }

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