Html Css Color HEX #DA3C05 Harley Davidson Orange

📋 copy color: '#DA3C05'

red 218 ◦ green 60 ◦ blue 5

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

Shades of Harley Davidson Orange #DA3C05

Tints of Harley Davidson Orange #DA3C05

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.2%

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 77.03%
G = 21.2%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA3C05 (or 0xDA3C05) is known color: Harley Davidson Orange. HEX triplet: DA, 3C and 05. RGB value is (218,60,5). Sum of RGB (Red+Green+Blue) = 218+60+5=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3C05 is #25C3FA. Grayscale: #656565. Windows color (decimal): -2475003 or 343258. OLE color: 343258.

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

Color convert

RGB 218 60 5 -
CMYK 0 0.72 0.98 0.15
HSL 15.49º 0.96% 0.44% -
HSV(B) 15.49º 0.98% 0.85% -
XYZ 30.56 18.15 2.04 -
YUV 100.97 73.85 211.47 -
System Red Green Blue C M Y K H S L
Decimal 218 60 5 0 0.72 0.98 0.15 15.49 0.96 0.44
Hex DA 3C 5 0 48 62 F F 60 2C
Octal 332 74 5 0 110 142 17 17 140 54
Binary 11011010 111100 101 0 1001000 1100010 1111 1111 1100000 101100

Color Harmonies of #DA3C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C05

Black with #DA3C05

Text Example


Text Example

White with #DA3C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C05; }

 p { color: rgb(218,60,5); }

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

background-color css

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

 a { background-color: rgb(218,60,5); }

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

border-color css

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

 span { border-color: rgb(218,60,5); }

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