Html Css Color HEX #DA360B Harley Davidson Orange

📋 copy color: '#DA360B'

red 218 ◦ green 54 ◦ blue 11

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

Shades of Harley Davidson Orange #DA360B

Tints of Harley Davidson Orange #DA360B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 77.03%
G = 19.08%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA360B (or 0xDA360B) is known color: Harley Davidson Orange. HEX triplet: DA, 36 and 0B. RGB value is (218,54,11). Sum of RGB (Red+Green+Blue) = 218+54+11=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA360B is #25C9F4. Grayscale: #626262. Windows color (decimal): -2476533 or 734938. OLE color: 734938.

HSL color Cylindrical-coordinate representation of color #DA360B: hue angle of 12.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA360B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 54 11 -
CMYK 0 0.75 0.95 0.15
HSL 12.46º 0.9% 0.45% -
HSV(B) 12.46º 0.95% 0.85% -
XYZ 30.29 17.57 2.11 -
YUV 98.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 218 54 11 0 0.75 0.95 0.15 12.46 0.9 0.45
Hex DA 36 B 0 4B 5F F C 5A 2D
Octal 332 66 13 0 113 137 17 14 132 55
Binary 11011010 110110 1011 0 1001011 1011111 1111 1100 1011010 101101

Color Harmonies of #DA360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA360B

Black with #DA360B

Text Example


Text Example

White with #DA360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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