Html Css Color HEX #DA3A06 Harley Davidson Orange

📋 copy color: '#DA3A06'

red 218 ◦ green 58 ◦ blue 6

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

Shades of Harley Davidson Orange #DA3A06

Tints of Harley Davidson Orange #DA3A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.13%

R = 77.3%
G = 20.57%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA3A06 (or 0xDA3A06) is known color: Harley Davidson Orange. HEX triplet: DA, 3A and 06. RGB value is (218,58,6). Sum of RGB (Red+Green+Blue) = 218+58+6=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3A06 is #25C5F9. Grayscale: #646464. Windows color (decimal): -2475514 or 408282. OLE color: 408282.

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

Color convert

RGB 218 58 6 -
CMYK 0 0.73 0.97 0.15
HSL 14.72º 0.95% 0.44% -
HSV(B) 14.72º 0.97% 0.85% -
XYZ 30.46 17.94 2.03 -
YUV 99.91 75.01 212.23 -
System Red Green Blue C M Y K H S L
Decimal 218 58 6 0 0.73 0.97 0.15 14.72 0.95 0.44
Hex DA 3A 6 0 49 61 F F 5F 2C
Octal 332 72 6 0 111 141 17 17 137 54
Binary 11011010 111010 110 0 1001001 1100001 1111 1111 1011111 101100

Color Harmonies of #DA3A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3A06

Black with #DA3A06

Text Example


Text Example

White with #DA3A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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