Html Css Color HEX #DA401B Harley Davidson Orange

📋 copy color: '#DA401B'

red 218 ◦ green 64 ◦ blue 27

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

Shades of Harley Davidson Orange #DA401B

Tints of Harley Davidson Orange #DA401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 70.55%
G = 20.71%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA401B (or 0xDA401B) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 1B. RGB value is (218,64,27). Sum of RGB (Red+Green+Blue) = 218+64+27=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA401B is #25BFE4. Grayscale: #6A6A6A. Windows color (decimal): -2473957 or 1786074. OLE color: 1786074.

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

Color convert

RGB 218 64 27 -
CMYK 0 0.71 0.88 0.15
HSL 11.62º 0.78% 0.48% -
HSV(B) 11.62º 0.88% 0.85% -
XYZ 30.94 18.65 3.01 -
YUV 105.83 83.52 208.01 -
System Red Green Blue C M Y K H S L
Decimal 218 64 27 0 0.71 0.88 0.15 11.62 0.78 0.48
Hex DA 40 1B 0 47 58 F C 4E 30
Octal 332 100 33 0 107 130 17 14 116 60
Binary 11011010 1000000 11011 0 1000111 1011000 1111 1100 1001110 110000

Color Harmonies of #DA401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA401B

Black with #DA401B

Text Example


Text Example

White with #DA401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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