Html Css Color HEX #DF3705 Harley Davidson Orange

📋 copy color: '#DF3705'

red 223 ◦ green 55 ◦ blue 5

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

Shades of Harley Davidson Orange #DF3705

Tints of Harley Davidson Orange #DF3705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 78.8%
G = 19.43%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF3705 (or 0xDF3705) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 05. RGB value is (223,55,5). Sum of RGB (Red+Green+Blue) = 223+55+5=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3705 is #20C8FA. Grayscale: #636363. Windows color (decimal): -2148603 or 341983. OLE color: 341983.

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

Color convert

RGB 223 55 5 -
CMYK 0 0.75 0.98 0.13
HSL 13.76º 0.96% 0.45% -
HSV(B) 13.76º 0.98% 0.87% -
XYZ 31.83 18.43 2.02 -
YUV 99.53 74.66 216.07 -
System Red Green Blue C M Y K H S L
Decimal 223 55 5 0 0.75 0.98 0.13 13.76 0.96 0.45
Hex DF 37 5 0 4B 62 D E 60 2D
Octal 337 67 5 0 113 142 15 16 140 55
Binary 11011111 110111 101 0 1001011 1100010 1101 1110 1100000 101101

Color Harmonies of #DF3705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3705

Black with #DF3705

Text Example


Text Example

White with #DF3705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3705; }

 p { color: rgb(223,55,5); }

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

background-color css

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

 a { background-color: rgb(223,55,5); }

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

border-color css

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

 span { border-color: rgb(223,55,5); }

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