Html Css Color HEX #DA360D Harley Davidson Orange

📋 copy color: '#DA360D'

red 218 ◦ green 54 ◦ blue 13

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

Shades of Harley Davidson Orange #DA360D

Tints of Harley Davidson Orange #DA360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

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

R = 76.49%
G = 18.95%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA360D (or 0xDA360D) is known color: Harley Davidson Orange. HEX triplet: DA, 36 and 0D. RGB value is (218,54,13). Sum of RGB (Red+Green+Blue) = 218+54+13=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA360D is #25C9F2. Grayscale: #626262. Windows color (decimal): -2476531 or 866010. OLE color: 866010.

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

Color convert

RGB 218 54 13 -
CMYK 0 0.75 0.94 0.15
HSL 12º 0.89% 0.45% -
HSV(B) 12º 0.94% 0.85% -
XYZ 30.31 17.57 2.18 -
YUV 98.36 79.83 213.33 -
System Red Green Blue C M Y K H S L
Decimal 218 54 13 0 0.75 0.94 0.15 12 0.89 0.45
Hex DA 36 D 0 4B 5E F C 59 2D
Octal 332 66 15 0 113 136 17 14 131 55
Binary 11011010 110110 1101 0 1001011 1011110 1111 1100 1011001 101101

Color Harmonies of #DA360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA360D

Black with #DA360D

Text Example


Text Example

White with #DA360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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