Html Css Color HEX #DF330E Harley Davidson Orange

📋 copy color: '#DF330E'

red 223 ◦ green 51 ◦ blue 14

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

Shades of Harley Davidson Orange #DF330E

Tints of Harley Davidson Orange #DF330E

RGB

 RED value IS 223 (87.5% from 255) = 77.43%

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

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 77.43%
G = 17.71%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF330E (or 0xDF330E) is known color: Harley Davidson Orange. HEX triplet: DF, 33 and 0E. RGB value is (223,51,14). Sum of RGB (Red+Green+Blue) = 223+51+14=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF330E is #20CCF1. Grayscale: #626262. Windows color (decimal): -2149618 or 930783. OLE color: 930783.

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

Color convert

RGB 223 51 14 -
CMYK 0 0.77 0.94 0.13
HSL 10.62º 0.88% 0.46% -
HSV(B) 10.62º 0.94% 0.87% -
XYZ 31.69 18.09 2.24 -
YUV 98.21 80.48 217.01 -
System Red Green Blue C M Y K H S L
Decimal 223 51 14 0 0.77 0.94 0.13 10.62 0.88 0.46
Hex DF 33 E 0 4D 5E D B 58 2E
Octal 337 63 16 0 115 136 15 13 130 56
Binary 11011111 110011 1110 0 1001101 1011110 1101 1011 1011000 101110

Color Harmonies of #DF330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF330E

Black with #DF330E

Text Example


Text Example

White with #DF330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF330E; }

 p { color: rgb(223,51,14); }

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

background-color css

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

 a { background-color: rgb(223,51,14); }

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

border-color css

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

 span { border-color: rgb(223,51,14); }

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