Html Css Color HEX #DF3004 Harley Davidson Orange

📋 copy color: '#DF3004'

red 223 ◦ green 48 ◦ blue 4

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

Shades of Harley Davidson Orange #DF3004

Tints of Harley Davidson Orange #DF3004

RGB

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

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

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

R = 81.09%
G = 17.45%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF3004 (or 0xDF3004) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 04. RGB value is (223,48,4). Sum of RGB (Red+Green+Blue) = 223+48+4=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3004 is #20CFFB. Grayscale: #5F5F5F. Windows color (decimal): -2150396 or 274655. OLE color: 274655.

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

Color convert

RGB 223 48 4 -
CMYK 0 0.78 0.98 0.13
HSL 12.05º 0.96% 0.45% -
HSV(B) 12.05º 0.98% 0.87% -
XYZ 31.51 17.81 1.89 -
YUV 95.31 76.48 219.08 -
System Red Green Blue C M Y K H S L
Decimal 223 48 4 0 0.78 0.98 0.13 12.05 0.96 0.45
Hex DF 30 4 0 4E 62 D C 60 2D
Octal 337 60 4 0 116 142 15 14 140 55
Binary 11011111 110000 100 0 1001110 1100010 1101 1100 1100000 101101

Color Harmonies of #DF3004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3004

Black with #DF3004

Text Example


Text Example

White with #DF3004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3004; }

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

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

background-color css

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

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

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

border-color css

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

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

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