Html Css Color HEX #DA3113 Harley Davidson Orange

📋 copy color: '#DA3113'

red 218 ◦ green 49 ◦ blue 19

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

Shades of Harley Davidson Orange #DA3113

Tints of Harley Davidson Orange #DA3113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

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

R = 76.22%
G = 17.13%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA3113 (or 0xDA3113) is known color: Harley Davidson Orange. HEX triplet: DA, 31 and 13. RGB value is (218,49,19). Sum of RGB (Red+Green+Blue) = 218+49+19=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3113 is #25CEEC. Grayscale: #606060. Windows color (decimal): -2477805 or 1257946. OLE color: 1257946.

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

Color convert

RGB 218 49 19 -
CMYK 0 0.78 0.91 0.15
HSL 9.05º 0.84% 0.46% -
HSV(B) 9.05º 0.91% 0.85% -
XYZ 30.13 17.15 2.34 -
YUV 96.11 84.49 214.94 -
System Red Green Blue C M Y K H S L
Decimal 218 49 19 0 0.78 0.91 0.15 9.05 0.84 0.46
Hex DA 31 13 0 4E 5B F 9 54 2E
Octal 332 61 23 0 116 133 17 11 124 56
Binary 11011010 110001 10011 0 1001110 1011011 1111 1001 1010100 101110

Color Harmonies of #DA3113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3113

Black with #DA3113

Text Example


Text Example

White with #DA3113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3113; }

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

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

background-color css

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

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

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

border-color css

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

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

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