Html Css Color HEX #DA2604 Harley Davidson Orange

📋 copy color: '#DA2604'

red 218 ◦ green 38 ◦ blue 4

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

Shades of Harley Davidson Orange #DA2604

Tints of Harley Davidson Orange #DA2604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 83.85%
G = 14.62%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA2604 (or 0xDA2604) is known color: Harley Davidson Orange. HEX triplet: DA, 26 and 04. RGB value is (218,38,4). Sum of RGB (Red+Green+Blue) = 218+38+4=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2604 is #25D9FB. Grayscale: #585858. Windows color (decimal): -2480636 or 272090. OLE color: 272090.

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

Color convert

RGB 218 38 4 -
CMYK 0 0.83 0.98 0.15
HSL 9.53º 0.96% 0.44% -
HSV(B) 9.53º 0.98% 0.85% -
XYZ 29.63 16.3 1.7 -
YUV 87.94 80.63 220.76 -
System Red Green Blue C M Y K H S L
Decimal 218 38 4 0 0.83 0.98 0.15 9.53 0.96 0.44
Hex DA 26 4 0 53 62 F A 60 2C
Octal 332 46 4 0 123 142 17 12 140 54
Binary 11011010 100110 100 0 1010011 1100010 1111 1010 1100000 101100

Color Harmonies of #DA2604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2604

Black with #DA2604

Text Example


Text Example

White with #DA2604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2604; }

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

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

background-color css

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

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

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

border-color css

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

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

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