Html Css Color HEX #DA3A0E Harley Davidson Orange

📋 copy color: '#DA3A0E'

red 218 ◦ green 58 ◦ blue 14

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

Shades of Harley Davidson Orange #DA3A0E

Tints of Harley Davidson Orange #DA3A0E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20%

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 75.17%
G = 20%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA3A0E (or 0xDA3A0E) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 0E. RGB value is (218,58,14). Sum of RGB (Red+Green+Blue) = 218+58+14=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A0E is #25C5F1. Grayscale: #656565. Windows color (decimal): -2475506 or 932570. OLE color: 932570.

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

Color convert

RGB 218 58 14 -
CMYK 0 0.73 0.94 0.15
HSL 12.94º 0.88% 0.45% -
HSV(B) 12.94º 0.94% 0.85% -
XYZ 30.51 17.96 2.27 -
YUV 100.82 79.01 211.58 -
System Red Green Blue C M Y K H S L
Decimal 218 58 14 0 0.73 0.94 0.15 12.94 0.88 0.45
Hex DA 3A E 0 49 5E F D 58 2D
Octal 332 72 16 0 111 136 17 15 130 55
Binary 11011010 111010 1110 0 1001001 1011110 1111 1101 1011000 101101

Color Harmonies of #DA3A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A0E

Black with #DA3A0E

Text Example


Text Example

White with #DA3A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A0E; }

 p { color: rgb(218,58,14); }

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

background-color css

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

 a { background-color: rgb(218,58,14); }

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

border-color css

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

 span { border-color: rgb(218,58,14); }

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