Html Css Color HEX #DA3E06 Harley Davidson Orange

📋 copy color: '#DA3E06'

red 218 ◦ green 62 ◦ blue 6

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

Shades of Harley Davidson Orange #DA3E06

Tints of Harley Davidson Orange #DA3E06

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.68%

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

R = 76.22%
G = 21.68%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA3E06 (or 0xDA3E06) is known color: Harley Davidson Orange. HEX triplet: DA, 3E and 06. RGB value is (218,62,6). Sum of RGB (Red+Green+Blue) = 218+62+6=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3E06 is #25C1F9. Grayscale: #666666. Windows color (decimal): -2474490 or 409306. OLE color: 409306.

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

Color convert

RGB 218 62 6 -
CMYK 0 0.72 0.97 0.15
HSL 15.85º 0.95% 0.44% -
HSV(B) 15.85º 0.97% 0.85% -
XYZ 30.67 18.36 2.1 -
YUV 102.26 73.68 210.55 -
System Red Green Blue C M Y K H S L
Decimal 218 62 6 0 0.72 0.97 0.15 15.85 0.95 0.44
Hex DA 3E 6 0 48 61 F 10 5F 2C
Octal 332 76 6 0 110 141 17 20 137 54
Binary 11011010 111110 110 0 1001000 1100001 1111 10000 1011111 101100

Color Harmonies of #DA3E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E06

Black with #DA3E06

Text Example


Text Example

White with #DA3E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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