Html Css Color HEX #DA4210 Harley Davidson Orange

📋 copy color: '#DA4210'

red 218 ◦ green 66 ◦ blue 16

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

Shades of Harley Davidson Orange #DA4210

Tints of Harley Davidson Orange #DA4210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22%

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 72.67%
G = 22%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA4210 (or 0xDA4210) is known color: Harley Davidson Orange. HEX triplet: DA, 42 and 10. RGB value is (218,66,16). Sum of RGB (Red+Green+Blue) = 218+66+16=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4210 is #25BDEF. Grayscale: #6A6A6A. Windows color (decimal): -2473456 or 1065690. OLE color: 1065690.

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

Color convert

RGB 218 66 16 -
CMYK 0 0.70 0.93 0.15
HSL 14.85º 0.86% 0.46% -
HSV(B) 14.85º 0.93% 0.85% -
XYZ 30.96 18.84 2.5 -
YUV 105.75 77.36 208.07 -
System Red Green Blue C M Y K H S L
Decimal 218 66 16 0 0.70 0.93 0.15 14.85 0.86 0.46
Hex DA 42 10 0 46 5D F F 56 2E
Octal 332 102 20 0 106 135 17 17 126 56
Binary 11011010 1000010 10000 0 1000110 1011101 1111 1111 1010110 101110

Color Harmonies of #DA4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4210

Black with #DA4210

Text Example


Text Example

White with #DA4210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4210; }

 p { color: rgb(218,66,16); }

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

background-color css

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

 a { background-color: rgb(218,66,16); }

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

border-color css

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

 span { border-color: rgb(218,66,16); }

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