Html Css Color HEX #DF3407 Harley Davidson Orange

📋 copy color: '#DF3407'

red 223 ◦ green 52 ◦ blue 7

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

Shades of Harley Davidson Orange #DF3407

Tints of Harley Davidson Orange #DF3407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

 BLUE value IS 7 (3.13% from 255) = 2.48%

R = 79.08%
G = 18.44%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF3407 (or 0xDF3407) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 07. RGB value is (223,52,7). Sum of RGB (Red+Green+Blue) = 223+52+7=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3407 is #20CBF8. Grayscale: #626262. Windows color (decimal): -2149369 or 472287. OLE color: 472287.

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

Color convert

RGB 223 52 7 -
CMYK 0 0.77 0.97 0.13
HSL 12.5º 0.94% 0.45% -
HSV(B) 12.5º 0.97% 0.87% -
XYZ 31.7 18.16 2.04 -
YUV 98 76.65 217.16 -
System Red Green Blue C M Y K H S L
Decimal 223 52 7 0 0.77 0.97 0.13 12.5 0.94 0.45
Hex DF 34 7 0 4D 61 D C 5E 2D
Octal 337 64 7 0 115 141 15 14 136 55
Binary 11011111 110100 111 0 1001101 1100001 1101 1100 1011110 101101

Color Harmonies of #DF3407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3407

Black with #DF3407

Text Example


Text Example

White with #DF3407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3407; }

 p { color: rgb(223,52,7); }

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

background-color css

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

 a { background-color: rgb(223,52,7); }

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

border-color css

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

 span { border-color: rgb(223,52,7); }

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