Html Css Color HEX #DA401E Harley Davidson Orange

📋 copy color: '#DA401E'

red 218 ◦ green 64 ◦ blue 30

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

Shades of Harley Davidson Orange #DA401E

Tints of Harley Davidson Orange #DA401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 69.87%
G = 20.51%
B = 9.62%

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

#DA401E (or 0xDA401E) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 1E. RGB value is (218,64,30). Sum of RGB (Red+Green+Blue) = 218+64+30=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA401E is #25BFE1. Grayscale: #6A6A6A. Windows color (decimal): -2473954 or 1982682. OLE color: 1982682.

HSL color Cylindrical-coordinate representation of color #DA401E: hue angle of 10.85º degrees, saturation: 0.76, 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 #DA401E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 30 -
CMYK 0 0.71 0.86 0.15
HSL 10.85º 0.76% 0.49% -
HSV(B) 10.85º 0.86% 0.85% -
XYZ 30.98 18.67 3.2 -
YUV 106.17 85.02 207.76 -
System Red Green Blue C M Y K H S L
Decimal 218 64 30 0 0.71 0.86 0.15 10.85 0.76 0.49
Hex DA 40 1E 0 47 56 F B 4C 31
Octal 332 100 36 0 107 126 17 13 114 61
Binary 11011010 1000000 11110 0 1000111 1010110 1111 1011 1001100 110001

Color Harmonies of #DA401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA401E

Black with #DA401E

Text Example


Text Example

White with #DA401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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