Html Css Color HEX #DA481C Harley Davidson Orange

📋 copy color: '#DA481C'

red 218 ◦ green 72 ◦ blue 28

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

Shades of Harley Davidson Orange #DA481C

Tints of Harley Davidson Orange #DA481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.64%

 BLUE value IS 28 (11.33% from 255) = 8.81%

R = 68.55%
G = 22.64%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA481C (or 0xDA481C) is known color: Harley Davidson Orange. HEX triplet: DA, 48 and 1C. RGB value is (218,72,28). Sum of RGB (Red+Green+Blue) = 218+72+28=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA481C is #25B7E3. Grayscale: #6E6E6E. Windows color (decimal): -2471908 or 1853658. OLE color: 1853658.

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

Color convert

RGB 218 72 28 -
CMYK 0 0.67 0.87 0.15
HSL 13.89º 0.77% 0.48% -
HSV(B) 13.89º 0.87% 0.85% -
XYZ 31.44 19.62 3.23 -
YUV 110.64 81.37 204.58 -
System Red Green Blue C M Y K H S L
Decimal 218 72 28 0 0.67 0.87 0.15 13.89 0.77 0.48
Hex DA 48 1C 0 43 57 F E 4D 30
Octal 332 110 34 0 103 127 17 16 115 60
Binary 11011010 1001000 11100 0 1000011 1010111 1111 1110 1001101 110000

Color Harmonies of #DA481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA481C

Black with #DA481C

Text Example


Text Example

White with #DA481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA481C; }

 p { color: rgb(218,72,28); }

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

background-color css

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

 a { background-color: rgb(218,72,28); }

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

border-color css

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

 span { border-color: rgb(218,72,28); }

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