Html Css Color HEX #DE331E Harley Davidson Orange

📋 copy color: '#DE331E'

red 222 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #DE331E

Tints of Harley Davidson Orange #DE331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 73.27%
G = 16.83%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE331E (or 0xDE331E) is known color: Harley Davidson Orange. HEX triplet: DE, 33 and 1E. RGB value is (222,51,30). Sum of RGB (Red+Green+Blue) = 222+51+30=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE331E is #21CCE1. Grayscale: #636363. Windows color (decimal): -2215138 or 1979358. OLE color: 1979358.

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

Color convert

RGB 222 51 30 -
CMYK 0 0.77 0.86 0.13
HSL 6.56º 0.76% 0.49% -
HSV(B) 6.56º 0.86% 0.87% -
XYZ 31.54 17.99 3.04 -
YUV 99.74 88.65 215.21 -
System Red Green Blue C M Y K H S L
Decimal 222 51 30 0 0.77 0.86 0.13 6.56 0.76 0.49
Hex DE 33 1E 0 4D 56 D 7 4C 31
Octal 336 63 36 0 115 126 15 7 114 61
Binary 11011110 110011 11110 0 1001101 1010110 1101 111 1001100 110001

Color Harmonies of #DE331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE331E

Black with #DE331E

Text Example


Text Example

White with #DE331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE331E; }

 p { color: rgb(222,51,30); }

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

background-color css

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

 a { background-color: rgb(222,51,30); }

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

border-color css

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

 span { border-color: rgb(222,51,30); }

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