Html Css Color HEX #DA361A Harley Davidson Orange

📋 copy color: '#DA361A'

red 218 ◦ green 54 ◦ blue 26

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

Shades of Harley Davidson Orange #DA361A

Tints of Harley Davidson Orange #DA361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 73.15%
G = 18.12%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA361A (or 0xDA361A) is known color: Harley Davidson Orange. HEX triplet: DA, 36 and 1A. RGB value is (218,54,26). Sum of RGB (Red+Green+Blue) = 218+54+26=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA361A is #25C9E5. Grayscale: #646464. Windows color (decimal): -2476518 or 1717978. OLE color: 1717978.

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

Color convert

RGB 218 54 26 -
CMYK 0 0.75 0.88 0.15
HSL 8.75º 0.79% 0.48% -
HSV(B) 8.75º 0.88% 0.85% -
XYZ 30.42 17.62 2.77 -
YUV 99.84 86.33 212.28 -
System Red Green Blue C M Y K H S L
Decimal 218 54 26 0 0.75 0.88 0.15 8.75 0.79 0.48
Hex DA 36 1A 0 4B 58 F 9 4F 30
Octal 332 66 32 0 113 130 17 11 117 60
Binary 11011010 110110 11010 0 1001011 1011000 1111 1001 1001111 110000

Color Harmonies of #DA361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA361A

Black with #DA361A

Text Example


Text Example

White with #DA361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA361A; }

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

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

background-color css

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

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

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

border-color css

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

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

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