Html Css Color HEX #DA260C Harley Davidson Orange

📋 copy color: '#DA260C'

red 218 ◦ green 38 ◦ blue 12

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

Shades of Harley Davidson Orange #DA260C

Tints of Harley Davidson Orange #DA260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 81.34%
G = 14.18%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA260C (or 0xDA260C) is known color: Harley Davidson Orange. HEX triplet: DA, 26 and 0C. RGB value is (218,38,12). Sum of RGB (Red+Green+Blue) = 218+38+12=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA260C is #25D9F3. Grayscale: #595959. Windows color (decimal): -2480628 or 796378. OLE color: 796378.

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

Color convert

RGB 218 38 12 -
CMYK 0 0.83 0.94 0.15
HSL 7.57º 0.9% 0.45% -
HSV(B) 7.57º 0.94% 0.85% -
XYZ 29.67 16.32 1.93 -
YUV 88.86 84.63 220.11 -
System Red Green Blue C M Y K H S L
Decimal 218 38 12 0 0.83 0.94 0.15 7.57 0.9 0.45
Hex DA 26 C 0 53 5E F 8 5A 2D
Octal 332 46 14 0 123 136 17 10 132 55
Binary 11011010 100110 1100 0 1010011 1011110 1111 1000 1011010 101101

Color Harmonies of #DA260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA260C

Black with #DA260C

Text Example


Text Example

White with #DA260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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