Html Css Color HEX #DA491B Harley Davidson Orange

📋 copy color: '#DA491B'

red 218 ◦ green 73 ◦ blue 27

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

Shades of Harley Davidson Orange #DA491B

Tints of Harley Davidson Orange #DA491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.96%

 BLUE value IS 27 (10.94% from 255) = 8.49%

R = 68.55%
G = 22.96%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA491B (or 0xDA491B) is known color: Harley Davidson Orange. HEX triplet: DA, 49 and 1B. RGB value is (218,73,27). Sum of RGB (Red+Green+Blue) = 218+73+27=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA491B is #25B6E4. Grayscale: #6F6F6F. Windows color (decimal): -2471653 or 1788378. OLE color: 1788378.

HSL color Cylindrical-coordinate representation of color #DA491B: hue angle of 14.45º degrees, saturation: 0.78, 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 #DA491B is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 73 27 -
CMYK 0 0.67 0.88 0.15
HSL 14.45º 0.78% 0.48% -
HSV(B) 14.45º 0.88% 0.85% -
XYZ 31.49 19.75 3.19 -
YUV 111.11 80.54 204.24 -
System Red Green Blue C M Y K H S L
Decimal 218 73 27 0 0.67 0.88 0.15 14.45 0.78 0.48
Hex DA 49 1B 0 43 58 F E 4E 30
Octal 332 111 33 0 103 130 17 16 116 60
Binary 11011010 1001001 11011 0 1000011 1011000 1111 1110 1001110 110000

Color Harmonies of #DA491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA491B

Black with #DA491B

Text Example


Text Example

White with #DA491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA491B; }

 p { color: rgb(218,73,27); }

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

background-color css

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

 a { background-color: rgb(218,73,27); }

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

border-color css

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

 span { border-color: rgb(218,73,27); }

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