Html Css Color HEX #DA350D Harley Davidson Orange

📋 copy color: '#DA350D'

red 218 ◦ green 53 ◦ blue 13

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

Shades of Harley Davidson Orange #DA350D

Tints of Harley Davidson Orange #DA350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 76.76%
G = 18.66%
B = 4.58%

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

#DA350D (or 0xDA350D) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 0D. RGB value is (218,53,13). Sum of RGB (Red+Green+Blue) = 218+53+13=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA350D is #25CAF2. Grayscale: #626262. Windows color (decimal): -2476787 or 865754. OLE color: 865754.

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

Color convert

RGB 218 53 13 -
CMYK 0 0.76 0.94 0.15
HSL 11.71º 0.89% 0.45% -
HSV(B) 11.71º 0.94% 0.85% -
XYZ 30.26 17.48 2.16 -
YUV 97.78 80.16 213.75 -
System Red Green Blue C M Y K H S L
Decimal 218 53 13 0 0.76 0.94 0.15 11.71 0.89 0.45
Hex DA 35 D 0 4C 5E F C 59 2D
Octal 332 65 15 0 114 136 17 14 131 55
Binary 11011010 110101 1101 0 1001100 1011110 1111 1100 1011001 101101

Color Harmonies of #DA350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA350D

Black with #DA350D

Text Example


Text Example

White with #DA350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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