Html Css Color HEX #DA410C Harley Davidson Orange

📋 copy color: '#DA410C'

red 218 ◦ green 65 ◦ blue 12

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

Shades of Harley Davidson Orange #DA410C

Tints of Harley Davidson Orange #DA410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

 BLUE value IS 12 (5.08% from 255) = 4.07%

R = 73.9%
G = 22.03%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA410C (or 0xDA410C) is known color: Harley Davidson Orange. HEX triplet: DA, 41 and 0C. RGB value is (218,65,12). Sum of RGB (Red+Green+Blue) = 218+65+12=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA410C is #25BEF3. Grayscale: #696969. Windows color (decimal): -2473716 or 803290. OLE color: 803290.

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

Color convert

RGB 218 65 12 -
CMYK 0 0.70 0.94 0.15
HSL 15.44º 0.9% 0.45% -
HSV(B) 15.44º 0.94% 0.85% -
XYZ 30.87 18.71 2.33 -
YUV 104.71 75.69 208.81 -
System Red Green Blue C M Y K H S L
Decimal 218 65 12 0 0.70 0.94 0.15 15.44 0.9 0.45
Hex DA 41 C 0 46 5E F F 5A 2D
Octal 332 101 14 0 106 136 17 17 132 55
Binary 11011010 1000001 1100 0 1000110 1011110 1111 1111 1011010 101101

Color Harmonies of #DA410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA410C

Black with #DA410C

Text Example


Text Example

White with #DA410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA410C; }

 p { color: rgb(218,65,12); }

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

background-color css

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

 a { background-color: rgb(218,65,12); }

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

border-color css

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

 span { border-color: rgb(218,65,12); }

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