Html Css Color HEX #DE361F Harley Davidson Orange

📋 copy color: '#DE361F'

red 222 ◦ green 54 ◦ blue 31

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

Shades of Harley Davidson Orange #DE361F

Tints of Harley Davidson Orange #DE361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

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

R = 72.31%
G = 17.59%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE361F (or 0xDE361F) is known color: Harley Davidson Orange. HEX triplet: DE, 36 and 1F. RGB value is (222,54,31). Sum of RGB (Red+Green+Blue) = 222+54+31=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE361F is #21C9E0. Grayscale: #656565. Windows color (decimal): -2214369 or 2045662. OLE color: 2045662.

HSL color Cylindrical-coordinate representation of color #DE361F: hue angle of 7.23º 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 #DE361F is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 54 31 -
CMYK 0 0.76 0.86 0.13
HSL 7.23º 0.75% 0.5% -
HSV(B) 7.23º 0.86% 0.87% -
XYZ 31.69 18.27 3.15 -
YUV 101.61 88.16 213.87 -
System Red Green Blue C M Y K H S L
Decimal 222 54 31 0 0.76 0.86 0.13 7.23 0.75 0.5
Hex DE 36 1F 0 4C 56 D 7 4B 32
Octal 336 66 37 0 114 126 15 7 113 62
Binary 11011110 110110 11111 0 1001100 1010110 1101 111 1001011 110010

Color Harmonies of #DE361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE361F

Black with #DE361F

Text Example


Text Example

White with #DE361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE361F; }

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

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

background-color css

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

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

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

border-color css

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

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

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