Html Css Color HEX #DA3F14 Harley Davidson Orange

📋 copy color: '#DA3F14'

red 218 ◦ green 63 ◦ blue 20

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

Shades of Harley Davidson Orange #DA3F14

Tints of Harley Davidson Orange #DA3F14

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 72.43%
G = 20.93%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA3F14 (or 0xDA3F14) is known color: Harley Davidson Orange. HEX triplet: DA, 3F and 14. RGB value is (218,63,20). Sum of RGB (Red+Green+Blue) = 218+63+20=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3F14 is #25C0EB. Grayscale: #686868. Windows color (decimal): -2474220 or 1327066. OLE color: 1327066.

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

Color convert

RGB 218 63 20 -
CMYK 0 0.71 0.91 0.15
HSL 13.03º 0.83% 0.47% -
HSV(B) 13.03º 0.91% 0.85% -
XYZ 30.82 18.51 2.61 -
YUV 104.44 80.35 209 -
System Red Green Blue C M Y K H S L
Decimal 218 63 20 0 0.71 0.91 0.15 13.03 0.83 0.47
Hex DA 3F 14 0 47 5B F D 53 2F
Octal 332 77 24 0 107 133 17 15 123 57
Binary 11011010 111111 10100 0 1000111 1011011 1111 1101 1010011 101111

Color Harmonies of #DA3F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F14

Black with #DA3F14

Text Example


Text Example

White with #DA3F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F14; }

 p { color: rgb(218,63,20); }

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

background-color css

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

 a { background-color: rgb(218,63,20); }

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

border-color css

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

 span { border-color: rgb(218,63,20); }

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