Html Css Color HEX #DE3A1B Harley Davidson Orange

📋 copy color: '#DE3A1B'

red 222 ◦ green 58 ◦ blue 27

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

Shades of Harley Davidson Orange #DE3A1B

Tints of Harley Davidson Orange #DE3A1B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.89%

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

R = 72.31%
G = 18.89%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE3A1B (or 0xDE3A1B) is known color: Harley Davidson Orange. HEX triplet: DE, 3A and 1B. RGB value is (222,58,27). Sum of RGB (Red+Green+Blue) = 222+58+27=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3A1B is #21C5E4. Grayscale: #676767. Windows color (decimal): -2213349 or 1784542. OLE color: 1784542.

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

Color convert

RGB 222 58 27 -
CMYK 0 0.74 0.88 0.13
HSL 9.54º 0.78% 0.49% -
HSV(B) 9.54º 0.88% 0.87% -
XYZ 31.84 18.63 2.96 -
YUV 103.5 84.83 212.52 -
System Red Green Blue C M Y K H S L
Decimal 222 58 27 0 0.74 0.88 0.13 9.54 0.78 0.49
Hex DE 3A 1B 0 4A 58 D A 4E 31
Octal 336 72 33 0 112 130 15 12 116 61
Binary 11011110 111010 11011 0 1001010 1011000 1101 1010 1001110 110001

Color Harmonies of #DE3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3A1B

Black with #DE3A1B

Text Example


Text Example

White with #DE3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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