Html Css Color HEX #DA391C Harley Davidson Orange

📋 copy color: '#DA391C'

red 218 ◦ green 57 ◦ blue 28

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

Shades of Harley Davidson Orange #DA391C

Tints of Harley Davidson Orange #DA391C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.81%

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 71.95%
G = 18.81%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA391C (or 0xDA391C) is known color: Harley Davidson Orange. HEX triplet: DA, 39 and 1C. RGB value is (218,57,28). Sum of RGB (Red+Green+Blue) = 218+57+28=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA391C is #25C6E3. Grayscale: #666666. Windows color (decimal): -2475748 or 1849818. OLE color: 1849818.

HSL color Cylindrical-coordinate representation of color #DA391C: hue angle of 9.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA391C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 57 28 -
CMYK 0 0.74 0.87 0.15
HSL 9.16º 0.77% 0.48% -
HSV(B) 9.16º 0.87% 0.85% -
XYZ 30.59 17.92 2.94 -
YUV 101.83 86.34 210.86 -
System Red Green Blue C M Y K H S L
Decimal 218 57 28 0 0.74 0.87 0.15 9.16 0.77 0.48
Hex DA 39 1C 0 4A 57 F 9 4D 30
Octal 332 71 34 0 112 127 17 11 115 60
Binary 11011010 111001 11100 0 1001010 1010111 1111 1001 1001101 110000

Color Harmonies of #DA391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA391C

Black with #DA391C

Text Example


Text Example

White with #DA391C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA391C; }

 p { color: rgb(218,57,28); }

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

background-color css

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

 a { background-color: rgb(218,57,28); }

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

border-color css

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

 span { border-color: rgb(218,57,28); }

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