Html Css Color HEX #DE3714 Harley Davidson Orange

📋 copy color: '#DE3714'

red 222 ◦ green 55 ◦ blue 20

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

Shades of Harley Davidson Orange #DE3714

Tints of Harley Davidson Orange #DE3714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 74.75%
G = 18.52%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE3714 (or 0xDE3714) is known color: Harley Davidson Orange. HEX triplet: DE, 37 and 14. RGB value is (222,55,20). Sum of RGB (Red+Green+Blue) = 222+55+20=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3714 is #21C8EB. Grayscale: #656565. Windows color (decimal): -2214124 or 1325022. OLE color: 1325022.

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

Color convert

RGB 222 55 20 -
CMYK 0 0.75 0.91 0.13
HSL 10.4º 0.83% 0.47% -
HSV(B) 10.4º 0.91% 0.87% -
XYZ 31.62 18.31 2.53 -
YUV 100.94 82.33 214.35 -
System Red Green Blue C M Y K H S L
Decimal 222 55 20 0 0.75 0.91 0.13 10.4 0.83 0.47
Hex DE 37 14 0 4B 5B D A 53 2F
Octal 336 67 24 0 113 133 15 12 123 57
Binary 11011110 110111 10100 0 1001011 1011011 1101 1010 1010011 101111

Color Harmonies of #DE3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3714

Black with #DE3714

Text Example


Text Example

White with #DE3714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3714; }

 p { color: rgb(222,55,20); }

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

background-color css

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

 a { background-color: rgb(222,55,20); }

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

border-color css

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

 span { border-color: rgb(222,55,20); }

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