Html Css Color HEX #DF3302 Harley Davidson Orange

📋 copy color: '#DF3302'

red 223 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #DF3302

Tints of Harley Davidson Orange #DF3302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 80.8%
G = 18.48%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF3302 (or 0xDF3302) is known color: Harley Davidson Orange. HEX triplet: DF, 33 and 02. RGB value is (223,51,2). Sum of RGB (Red+Green+Blue) = 223+51+2=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3302 is #20CCFD. Grayscale: #616161. Windows color (decimal): -2149630 or 144351. OLE color: 144351.

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

Color convert

RGB 223 51 2 -
CMYK 0 0.77 0.99 0.13
HSL 13.3º 0.98% 0.44% -
HSV(B) 13.3º 0.99% 0.87% -
XYZ 31.63 18.06 1.88 -
YUV 96.84 74.48 217.98 -
System Red Green Blue C M Y K H S L
Decimal 223 51 2 0 0.77 0.99 0.13 13.3 0.98 0.44
Hex DF 33 2 0 4D 63 D D 62 2C
Octal 337 63 2 0 115 143 15 15 142 54
Binary 11011111 110011 10 0 1001101 1100011 1101 1101 1100010 101100

Color Harmonies of #DF3302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3302

Black with #DF3302

Text Example


Text Example

White with #DF3302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3302; }

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

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

background-color css

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

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

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

border-color css

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

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

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