Html Css Color HEX #DA350E Harley Davidson Orange

📋 copy color: '#DA350E'

red 218 ◦ green 53 ◦ blue 14

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

Shades of Harley Davidson Orange #DA350E

Tints of Harley Davidson Orange #DA350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

 BLUE value IS 14 (5.86% from 255) = 4.91%

R = 76.49%
G = 18.6%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA350E (or 0xDA350E) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 0E. RGB value is (218,53,14). Sum of RGB (Red+Green+Blue) = 218+53+14=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA350E is #25CAF1. Grayscale: #626262. Windows color (decimal): -2476786 or 931290. OLE color: 931290.

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

Color convert

RGB 218 53 14 -
CMYK 0 0.76 0.94 0.15
HSL 11.47º 0.88% 0.45% -
HSV(B) 11.47º 0.94% 0.85% -
XYZ 30.27 17.48 2.19 -
YUV 97.89 80.66 213.67 -
System Red Green Blue C M Y K H S L
Decimal 218 53 14 0 0.76 0.94 0.15 11.47 0.88 0.45
Hex DA 35 E 0 4C 5E F B 58 2D
Octal 332 65 16 0 114 136 17 13 130 55
Binary 11011010 110101 1110 0 1001100 1011110 1111 1011 1011000 101101

Color Harmonies of #DA350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA350E

Black with #DA350E

Text Example


Text Example

White with #DA350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA350E; }

 p { color: rgb(218,53,14); }

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

background-color css

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

 a { background-color: rgb(218,53,14); }

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

border-color css

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

 span { border-color: rgb(218,53,14); }

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