Html Css Color HEX #DA4514 Harley Davidson Orange

📋 copy color: '#DA4514'

red 218 ◦ green 69 ◦ blue 20

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

Shades of Harley Davidson Orange #DA4514

Tints of Harley Davidson Orange #DA4514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.48%

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

R = 71.01%
G = 22.48%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA4514 (or 0xDA4514) is known color: Harley Davidson Orange. HEX triplet: DA, 45 and 14. RGB value is (218,69,20). Sum of RGB (Red+Green+Blue) = 218+69+20=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4514 is #25BAEB. Grayscale: #6C6C6C. Windows color (decimal): -2472684 or 1328602. OLE color: 1328602.

HSL color Cylindrical-coordinate representation of color #DA4514: hue angle of 14.85º 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 #DA4514 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 69 20 -
CMYK 0 0.68 0.91 0.15
HSL 14.85º 0.83% 0.47% -
HSV(B) 14.85º 0.91% 0.85% -
XYZ 31.17 19.21 2.73 -
YUV 107.97 78.36 206.48 -
System Red Green Blue C M Y K H S L
Decimal 218 69 20 0 0.68 0.91 0.15 14.85 0.83 0.47
Hex DA 45 14 0 44 5B F F 53 2F
Octal 332 105 24 0 104 133 17 17 123 57
Binary 11011010 1000101 10100 0 1000100 1011011 1111 1111 1010011 101111

Color Harmonies of #DA4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4514

Black with #DA4514

Text Example


Text Example

White with #DA4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4514; }

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

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

background-color css

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

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

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

border-color css

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

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

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