Html Css Color HEX #DA3613 Harley Davidson Orange

📋 copy color: '#DA3613'

red 218 ◦ green 54 ◦ blue 19

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

Shades of Harley Davidson Orange #DA3613

Tints of Harley Davidson Orange #DA3613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.56%

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 74.91%
G = 18.56%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA3613 (or 0xDA3613) is known color: Harley Davidson Orange. HEX triplet: DA, 36 and 13. RGB value is (218,54,19). Sum of RGB (Red+Green+Blue) = 218+54+19=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3613 is #25C9EC. Grayscale: #636363. Windows color (decimal): -2476525 or 1259226. OLE color: 1259226.

HSL color Cylindrical-coordinate representation of color #DA3613: hue angle of 10.55º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA3613 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 54 19 -
CMYK 0 0.75 0.91 0.15
HSL 10.55º 0.84% 0.46% -
HSV(B) 10.55º 0.91% 0.85% -
XYZ 30.35 17.59 2.41 -
YUV 99.05 82.83 212.85 -
System Red Green Blue C M Y K H S L
Decimal 218 54 19 0 0.75 0.91 0.15 10.55 0.84 0.46
Hex DA 36 13 0 4B 5B F B 54 2E
Octal 332 66 23 0 113 133 17 13 124 56
Binary 11011010 110110 10011 0 1001011 1011011 1111 1011 1010100 101110

Color Harmonies of #DA3613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3613

Black with #DA3613

Text Example


Text Example

White with #DA3613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3613; }

 p { color: rgb(218,54,19); }

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

background-color css

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

 a { background-color: rgb(218,54,19); }

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

border-color css

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

 span { border-color: rgb(218,54,19); }

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