Html Css Color HEX #DA3B0A Harley Davidson Orange

📋 copy color: '#DA3B0A'

red 218 ◦ green 59 ◦ blue 10

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

Shades of Harley Davidson Orange #DA3B0A

Tints of Harley Davidson Orange #DA3B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.56%

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

R = 75.96%
G = 20.56%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA3B0A (or 0xDA3B0A) is known color: Harley Davidson Orange. HEX triplet: DA, 3B and 0A. RGB value is (218,59,10). Sum of RGB (Red+Green+Blue) = 218+59+10=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3B0A is #25C4F5. Grayscale: #656565. Windows color (decimal): -2475254 or 670682. OLE color: 670682.

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

Color convert

RGB 218 59 10 -
CMYK 0 0.73 0.95 0.15
HSL 14.13º 0.91% 0.45% -
HSV(B) 14.13º 0.95% 0.85% -
XYZ 30.53 18.06 2.16 -
YUV 100.96 76.68 211.48 -
System Red Green Blue C M Y K H S L
Decimal 218 59 10 0 0.73 0.95 0.15 14.13 0.91 0.45
Hex DA 3B A 0 49 5F F E 5B 2D
Octal 332 73 12 0 111 137 17 16 133 55
Binary 11011010 111011 1010 0 1001001 1011111 1111 1110 1011011 101101

Color Harmonies of #DA3B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B0A

Black with #DA3B0A

Text Example


Text Example

White with #DA3B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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