Html Css Color HEX #DF3A01 Harley Davidson Orange

📋 copy color: '#DF3A01'

red 223 ◦ green 58 ◦ blue 1

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

Shades of Harley Davidson Orange #DF3A01

Tints of Harley Davidson Orange #DF3A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.57%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 79.08%
G = 20.57%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF3A01 (or 0xDF3A01) is known color: Harley Davidson Orange. HEX triplet: DF, 3A and 01. RGB value is (223,58,1). Sum of RGB (Red+Green+Blue) = 223+58+1=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3A01 is #20C5FE. Grayscale: #656565. Windows color (decimal): -2147839 or 80607. OLE color: 80607.

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

Color convert

RGB 223 58 1 -
CMYK 0 0.74 1.00 0.13
HSL 15.41º 0.99% 0.44% -
HSV(B) 15.41º 1% 0.87% -
XYZ 31.95 18.72 1.96 -
YUV 100.84 71.66 215.13 -
System Red Green Blue C M Y K H S L
Decimal 223 58 1 0 0.74 1.00 0.13 15.41 0.99 0.44
Hex DF 3A 1 0 4A 64 D F 63 2C
Octal 337 72 1 0 112 144 15 17 143 54
Binary 11011111 111010 1 0 1001010 1100100 1101 1111 1100011 101100

Color Harmonies of #DF3A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3A01

Black with #DF3A01

Text Example


Text Example

White with #DF3A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3A01; }

 p { color: rgb(223,58,1); }

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

background-color css

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

 a { background-color: rgb(223,58,1); }

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

border-color css

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

 span { border-color: rgb(223,58,1); }

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