Html Css Color HEX #DF3002 Harley Davidson Orange

📋 copy color: '#DF3002'

red 223 ◦ green 48 ◦ blue 2

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

Shades of Harley Davidson Orange #DF3002

Tints of Harley Davidson Orange #DF3002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 81.68%
G = 17.58%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF3002 (or 0xDF3002) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 02. RGB value is (223,48,2). Sum of RGB (Red+Green+Blue) = 223+48+2=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3002 is #20CFFD. Grayscale: #5F5F5F. Windows color (decimal): -2150398 or 143583. OLE color: 143583.

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

Color convert

RGB 223 48 2 -
CMYK 0 0.78 0.99 0.13
HSL 12.49º 0.98% 0.44% -
HSV(B) 12.49º 0.99% 0.87% -
XYZ 31.5 17.81 1.83 -
YUV 95.08 75.48 219.24 -
System Red Green Blue C M Y K H S L
Decimal 223 48 2 0 0.78 0.99 0.13 12.49 0.98 0.44
Hex DF 30 2 0 4E 63 D C 62 2C
Octal 337 60 2 0 116 143 15 14 142 54
Binary 11011111 110000 10 0 1001110 1100011 1101 1100 1100010 101100

Color Harmonies of #DF3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3002

Black with #DF3002

Text Example


Text Example

White with #DF3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3002; }

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

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

background-color css

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

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

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

border-color css

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

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

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