Html Css Color HEX #DF401A Harley Davidson Orange

📋 copy color: '#DF401A'

red 223 ◦ green 64 ◦ blue 26

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

Shades of Harley Davidson Orange #DF401A

Tints of Harley Davidson Orange #DF401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

 BLUE value IS 26 (10.55% from 255) = 8.31%

R = 71.25%
G = 20.45%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF401A (or 0xDF401A) is known color: Harley Davidson Orange. HEX triplet: DF, 40 and 1A. RGB value is (223,64,26). Sum of RGB (Red+Green+Blue) = 223+64+26=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF401A is #20BFE5. Grayscale: #6B6B6B. Windows color (decimal): -2146278 or 1720543. OLE color: 1720543.

HSL color Cylindrical-coordinate representation of color #DF401A: hue angle of 11.57º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF401A is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 26 -
CMYK 0 0.71 0.88 0.13
HSL 11.57º 0.79% 0.49% -
HSV(B) 11.57º 0.88% 0.87% -
XYZ 32.45 19.43 3.02 -
YUV 107.21 82.18 210.59 -
System Red Green Blue C M Y K H S L
Decimal 223 64 26 0 0.71 0.88 0.13 11.57 0.79 0.49
Hex DF 40 1A 0 47 58 D C 4F 31
Octal 337 100 32 0 107 130 15 14 117 61
Binary 11011111 1000000 11010 0 1000111 1011000 1101 1100 1001111 110001

Color Harmonies of #DF401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF401A

Black with #DF401A

Text Example


Text Example

White with #DF401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF401A; }

 p { color: rgb(223,64,26); }

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

background-color css

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

 a { background-color: rgb(223,64,26); }

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

border-color css

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

 span { border-color: rgb(223,64,26); }

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