Html Css Color HEX #DA390A Harley Davidson Orange

📋 copy color: '#DA390A'

red 218 ◦ green 57 ◦ blue 10

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

Shades of Harley Davidson Orange #DA390A

Tints of Harley Davidson Orange #DA390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 76.49%
G = 20%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA390A (or 0xDA390A) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 0A. RGB value is (218,57,10). Sum of RGB (Red+Green+Blue) = 218+57+10=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA390A is #25C6F5. Grayscale: #646464. Windows color (decimal): -2475766 or 670170. OLE color: 670170.

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

Color convert

RGB 218 57 10 -
CMYK 0 0.74 0.95 0.15
HSL 13.56º 0.91% 0.45% -
HSV(B) 13.56º 0.95% 0.85% -
XYZ 30.43 17.85 2.13 -
YUV 99.78 77.34 212.32 -
System Red Green Blue C M Y K H S L
Decimal 218 57 10 0 0.74 0.95 0.15 13.56 0.91 0.45
Hex DA 39 A 0 4A 5F F E 5B 2D
Octal 332 71 12 0 112 137 17 16 133 55
Binary 11011010 111001 1010 0 1001010 1011111 1111 1110 1011011 101101

Color Harmonies of #DA390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA390A

Black with #DA390A

Text Example


Text Example

White with #DA390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA390A; }

 p { color: rgb(218,57,10); }

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

background-color css

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

 a { background-color: rgb(218,57,10); }

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

border-color css

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

 span { border-color: rgb(218,57,10); }

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