Html Css Color HEX #DF3020 Harley Davidson Orange

📋 copy color: '#DF3020'

red 223 ◦ green 48 ◦ blue 32

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

Shades of Harley Davidson Orange #DF3020

Tints of Harley Davidson Orange #DF3020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.84%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 73.6%
G = 15.84%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF3020 (or 0xDF3020) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 20. RGB value is (223,48,32). Sum of RGB (Red+Green+Blue) = 223+48+32=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3020 is #20CFDF. Grayscale: #626262. Windows color (decimal): -2150368 or 2109663. OLE color: 2109663.

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

Color convert

RGB 223 48 32 -
CMYK 0 0.78 0.86 0.13
HSL 5.03º 0.75% 0.5% -
HSV(B) 5.03º 0.86% 0.87% -
XYZ 31.75 17.91 3.15 -
YUV 98.5 90.48 216.8 -
System Red Green Blue C M Y K H S L
Decimal 223 48 32 0 0.78 0.86 0.13 5.03 0.75 0.5
Hex DF 30 20 0 4E 56 D 5 4B 32
Octal 337 60 40 0 116 126 15 5 113 62
Binary 11011111 110000 100000 0 1001110 1010110 1101 101 1001011 110010

Color Harmonies of #DF3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3020

Black with #DF3020

Text Example


Text Example

White with #DF3020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3020; }

 p { color: rgb(223,48,32); }

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

background-color css

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

 a { background-color: rgb(223,48,32); }

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

border-color css

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

 span { border-color: rgb(223,48,32); }

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