Html Css Color HEX #DA3A0D Harley Davidson Orange

📋 copy color: '#DA3A0D'

red 218 ◦ green 58 ◦ blue 13

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

Shades of Harley Davidson Orange #DA3A0D

Tints of Harley Davidson Orange #DA3A0D

RGB

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

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

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

R = 75.43%
G = 20.07%
B = 4.5%

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

#DA3A0D (or 0xDA3A0D) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 0D. RGB value is (218,58,13). Sum of RGB (Red+Green+Blue) = 218+58+13=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A0D is #25C5F2. Grayscale: #656565. Windows color (decimal): -2475507 or 867034. OLE color: 867034.

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

Color convert

RGB 218 58 13 -
CMYK 0 0.73 0.94 0.15
HSL 13.17º 0.89% 0.45% -
HSV(B) 13.17º 0.94% 0.85% -
XYZ 30.5 17.96 2.24 -
YUV 100.71 78.51 211.66 -
System Red Green Blue C M Y K H S L
Decimal 218 58 13 0 0.73 0.94 0.15 13.17 0.89 0.45
Hex DA 3A D 0 49 5E F D 59 2D
Octal 332 72 15 0 111 136 17 15 131 55
Binary 11011010 111010 1101 0 1001001 1011110 1111 1101 1011001 101101

Color Harmonies of #DA3A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A0D

Black with #DA3A0D

Text Example


Text Example

White with #DA3A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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