Html Css Color HEX #DA400E Harley Davidson Orange

📋 copy color: '#DA400E'

red 218 ◦ green 64 ◦ blue 14

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

Shades of Harley Davidson Orange #DA400E

Tints of Harley Davidson Orange #DA400E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 73.65%
G = 21.62%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA400E (or 0xDA400E) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 0E. RGB value is (218,64,14). Sum of RGB (Red+Green+Blue) = 218+64+14=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA400E is #25BFF1. Grayscale: #686868. Windows color (decimal): -2473970 or 934106. OLE color: 934106.

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

Color convert

RGB 218 64 14 -
CMYK 0 0.71 0.94 0.15
HSL 14.71º 0.88% 0.45% -
HSV(B) 14.71º 0.94% 0.85% -
XYZ 30.83 18.6 2.38 -
YUV 104.35 77.02 209.07 -
System Red Green Blue C M Y K H S L
Decimal 218 64 14 0 0.71 0.94 0.15 14.71 0.88 0.45
Hex DA 40 E 0 47 5E F F 58 2D
Octal 332 100 16 0 107 136 17 17 130 55
Binary 11011010 1000000 1110 0 1000111 1011110 1111 1111 1011000 101101

Color Harmonies of #DA400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA400E

Black with #DA400E

Text Example


Text Example

White with #DA400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA400E; }

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

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

background-color css

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

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

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

border-color css

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

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

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