Html Css Color HEX #DA4713 Harley Davidson Orange

📋 copy color: '#DA4713'

red 218 ◦ green 71 ◦ blue 19

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

Shades of Harley Davidson Orange #DA4713

Tints of Harley Davidson Orange #DA4713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 70.78%
G = 23.05%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA4713 (or 0xDA4713) is known color: Harley Davidson Orange. HEX triplet: DA, 47 and 13. RGB value is (218,71,19). Sum of RGB (Red+Green+Blue) = 218+71+19=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4713 is #25B8EC. Grayscale: #6D6D6D. Windows color (decimal): -2472173 or 1263578. OLE color: 1263578.

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

Color convert

RGB 218 71 19 -
CMYK 0 0.67 0.91 0.15
HSL 15.68º 0.84% 0.46% -
HSV(B) 15.68º 0.91% 0.85% -
XYZ 31.28 19.46 2.72 -
YUV 109.03 77.2 205.73 -
System Red Green Blue C M Y K H S L
Decimal 218 71 19 0 0.67 0.91 0.15 15.68 0.84 0.46
Hex DA 47 13 0 43 5B F 10 54 2E
Octal 332 107 23 0 103 133 17 20 124 56
Binary 11011010 1000111 10011 0 1000011 1011011 1111 10000 1010100 101110

Color Harmonies of #DA4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4713

Black with #DA4713

Text Example


Text Example

White with #DA4713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4713; }

 p { color: rgb(218,71,19); }

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

background-color css

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

 a { background-color: rgb(218,71,19); }

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

border-color css

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

 span { border-color: rgb(218,71,19); }

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