Html Css Color HEX #DA3413 Harley Davidson Orange

📋 copy color: '#DA3413'

red 218 ◦ green 52 ◦ blue 19

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

Shades of Harley Davidson Orange #DA3413

Tints of Harley Davidson Orange #DA3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 75.43%
G = 17.99%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA3413 (or 0xDA3413) is known color: Harley Davidson Orange. HEX triplet: DA, 34 and 13. RGB value is (218,52,19). Sum of RGB (Red+Green+Blue) = 218+52+19=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3413 is #25CBEC. Grayscale: #626262. Windows color (decimal): -2477037 or 1258714. OLE color: 1258714.

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

Color convert

RGB 218 52 19 -
CMYK 0 0.76 0.91 0.15
HSL 9.95º 0.84% 0.46% -
HSV(B) 9.95º 0.91% 0.85% -
XYZ 30.26 17.41 2.38 -
YUV 97.87 83.5 213.68 -
System Red Green Blue C M Y K H S L
Decimal 218 52 19 0 0.76 0.91 0.15 9.95 0.84 0.46
Hex DA 34 13 0 4C 5B F A 54 2E
Octal 332 64 23 0 114 133 17 12 124 56
Binary 11011010 110100 10011 0 1001100 1011011 1111 1010 1010100 101110

Color Harmonies of #DA3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3413

Black with #DA3413

Text Example


Text Example

White with #DA3413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3413; }

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

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

background-color css

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

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

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

border-color css

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

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

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