Html Css Color HEX #DF3704 Harley Davidson Orange

📋 copy color: '#DF3704'

red 223 ◦ green 55 ◦ blue 4

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

Shades of Harley Davidson Orange #DF3704

Tints of Harley Davidson Orange #DF3704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 79.08%
G = 19.5%
B = 1.42%

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

#DF3704 (or 0xDF3704) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 04. RGB value is (223,55,4). Sum of RGB (Red+Green+Blue) = 223+55+4=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3704 is #20C8FB. Grayscale: #636363. Windows color (decimal): -2148604 or 276447. OLE color: 276447.

HSL color Cylindrical-coordinate representation of color #DF3704: hue angle of 13.97º 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 #DF3704 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

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

Color Harmonies of #DF3704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3704

Black with #DF3704

Text Example


Text Example

White with #DF3704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3704; }

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

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

background-color css

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

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

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

border-color css

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

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

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