Html Css Color HEX #DE361B Harley Davidson Orange

📋 copy color: '#DE361B'

red 222 ◦ green 54 ◦ blue 27

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

Shades of Harley Davidson Orange #DE361B

Tints of Harley Davidson Orange #DE361B

RGB

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

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

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

R = 73.27%
G = 17.82%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE361B (or 0xDE361B) is known color: Harley Davidson Orange. HEX triplet: DE, 36 and 1B. RGB value is (222,54,27). Sum of RGB (Red+Green+Blue) = 222+54+27=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE361B is #21C9E4. Grayscale: #656565. Windows color (decimal): -2214373 or 1783518. OLE color: 1783518.

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

Color convert

RGB 222 54 27 -
CMYK 0 0.76 0.88 0.13
HSL 8.31º 0.78% 0.49% -
HSV(B) 8.31º 0.88% 0.87% -
XYZ 31.64 18.25 2.89 -
YUV 101.15 86.16 214.2 -
System Red Green Blue C M Y K H S L
Decimal 222 54 27 0 0.76 0.88 0.13 8.31 0.78 0.49
Hex DE 36 1B 0 4C 58 D 8 4E 31
Octal 336 66 33 0 114 130 15 10 116 61
Binary 11011110 110110 11011 0 1001100 1011000 1101 1000 1001110 110001

Color Harmonies of #DE361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE361B

Black with #DE361B

Text Example


Text Example

White with #DE361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE361B; }

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

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

background-color css

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

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

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

border-color css

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

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

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