Html Css Color HEX #DA481B Harley Davidson Orange

📋 copy color: '#DA481B'

red 218 ◦ green 72 ◦ blue 27

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

Shades of Harley Davidson Orange #DA481B

Tints of Harley Davidson Orange #DA481B

RGB

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

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

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

R = 68.77%
G = 22.71%
B = 8.52%

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

#DA481B (or 0xDA481B) is known color: Harley Davidson Orange. HEX triplet: DA, 48 and 1B. RGB value is (218,72,27). Sum of RGB (Red+Green+Blue) = 218+72+27=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA481B is #25B7E4. Grayscale: #6E6E6E. Windows color (decimal): -2471909 or 1788122. OLE color: 1788122.

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

Color convert

RGB 218 72 27 -
CMYK 0 0.67 0.88 0.15
HSL 14.14º 0.78% 0.48% -
HSV(B) 14.14º 0.88% 0.85% -
XYZ 31.43 19.62 3.17 -
YUV 110.52 80.87 204.66 -
System Red Green Blue C M Y K H S L
Decimal 218 72 27 0 0.67 0.88 0.15 14.14 0.78 0.48
Hex DA 48 1B 0 43 58 F E 4E 30
Octal 332 110 33 0 103 130 17 16 116 60
Binary 11011010 1001000 11011 0 1000011 1011000 1111 1110 1001110 110000

Color Harmonies of #DA481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA481B

Black with #DA481B

Text Example


Text Example

White with #DA481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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