Html Css Color HEX #DA390D Harley Davidson Orange

📋 copy color: '#DA390D'

red 218 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #DA390D

Tints of Harley Davidson Orange #DA390D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 75.69%
G = 19.79%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA390D (or 0xDA390D) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 0D. RGB value is (218,57,13). Sum of RGB (Red+Green+Blue) = 218+57+13=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA390D is #25C6F2. Grayscale: #646464. Windows color (decimal): -2475763 or 866778. OLE color: 866778.

HSL color Cylindrical-coordinate representation of color #DA390D: hue angle of 12.88º degrees, saturation: 0.89, 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 #DA390D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 13 -
CMYK 0 0.74 0.94 0.15
HSL 12.88º 0.89% 0.45% -
HSV(B) 12.88º 0.94% 0.85% -
XYZ 30.45 17.86 2.22 -
YUV 100.12 78.84 212.08 -
System Red Green Blue C M Y K H S L
Decimal 218 57 13 0 0.74 0.94 0.15 12.88 0.89 0.45
Hex DA 39 D 0 4A 5E F D 59 2D
Octal 332 71 15 0 112 136 17 15 131 55
Binary 11011010 111001 1101 0 1001010 1011110 1111 1101 1011001 101101

Color Harmonies of #DA390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA390D

Black with #DA390D

Text Example


Text Example

White with #DA390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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