Html Css Color HEX #DA3313 Harley Davidson Orange

📋 copy color: '#DA3313'

red 218 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #DA3313

Tints of Harley Davidson Orange #DA3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

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

R = 75.69%
G = 17.71%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA3313 (or 0xDA3313) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 13. RGB value is (218,51,19). Sum of RGB (Red+Green+Blue) = 218+51+19=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3313 is #25CCEC. Grayscale: #616161. Windows color (decimal): -2477293 or 1258458. OLE color: 1258458.

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

Color convert

RGB 218 51 19 -
CMYK 0 0.77 0.91 0.15
HSL 9.65º 0.84% 0.46% -
HSV(B) 9.65º 0.91% 0.85% -
XYZ 30.21 17.32 2.37 -
YUV 97.29 83.83 214.1 -
System Red Green Blue C M Y K H S L
Decimal 218 51 19 0 0.77 0.91 0.15 9.65 0.84 0.46
Hex DA 33 13 0 4D 5B F A 54 2E
Octal 332 63 23 0 115 133 17 12 124 56
Binary 11011010 110011 10011 0 1001101 1011011 1111 1010 1010100 101110

Color Harmonies of #DA3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3313

Black with #DA3313

Text Example


Text Example

White with #DA3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3313; }

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

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

background-color css

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

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

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

border-color css

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

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

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