Html Css Color HEX #DA401F Harley Davidson Orange

📋 copy color: '#DA401F'

red 218 ◦ green 64 ◦ blue 31

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

Shades of Harley Davidson Orange #DA401F

Tints of Harley Davidson Orange #DA401F

RGB

 RED value IS 218 (85.55% from 255) = 69.65%

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

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 69.65%
G = 20.45%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA401F (or 0xDA401F) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 1F. RGB value is (218,64,31). Sum of RGB (Red+Green+Blue) = 218+64+31=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA401F is #25BFE0. Grayscale: #6A6A6A. Windows color (decimal): -2473953 or 2048218. OLE color: 2048218.

HSL color Cylindrical-coordinate representation of color #DA401F: hue angle of 10.59º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA401F is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 31 -
CMYK 0 0.71 0.86 0.15
HSL 10.59º 0.75% 0.49% -
HSV(B) 10.59º 0.86% 0.85% -
XYZ 30.99 18.67 3.27 -
YUV 106.28 85.52 207.68 -
System Red Green Blue C M Y K H S L
Decimal 218 64 31 0 0.71 0.86 0.15 10.59 0.75 0.49
Hex DA 40 1F 0 47 56 F B 4B 31
Octal 332 100 37 0 107 126 17 13 113 61
Binary 11011010 1000000 11111 0 1000111 1010110 1111 1011 1001011 110001

Color Harmonies of #DA401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA401F

Black with #DA401F

Text Example


Text Example

White with #DA401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA401F; }

 p { color: rgb(218,64,31); }

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

background-color css

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

 a { background-color: rgb(218,64,31); }

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

border-color css

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

 span { border-color: rgb(218,64,31); }

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