Html Css Color HEX #DA400D Harley Davidson Orange

📋 copy color: '#DA400D'

red 218 ◦ green 64 ◦ blue 13

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

Shades of Harley Davidson Orange #DA400D

Tints of Harley Davidson Orange #DA400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.41%

R = 73.9%
G = 21.69%
B = 4.41%

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

#DA400D (or 0xDA400D) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 0D. RGB value is (218,64,13). Sum of RGB (Red+Green+Blue) = 218+64+13=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA400D is #25BFF2. Grayscale: #686868. Windows color (decimal): -2473971 or 868570. OLE color: 868570.

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

Color convert

RGB 218 64 13 -
CMYK 0 0.71 0.94 0.15
HSL 14.93º 0.89% 0.45% -
HSV(B) 14.93º 0.94% 0.85% -
XYZ 30.82 18.6 2.35 -
YUV 104.23 76.52 209.15 -
System Red Green Blue C M Y K H S L
Decimal 218 64 13 0 0.71 0.94 0.15 14.93 0.89 0.45
Hex DA 40 D 0 47 5E F F 59 2D
Octal 332 100 15 0 107 136 17 17 131 55
Binary 11011010 1000000 1101 0 1000111 1011110 1111 1111 1011001 101101

Color Harmonies of #DA400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA400D

Black with #DA400D

Text Example


Text Example

White with #DA400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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