Html Css Color HEX #DA351E Harley Davidson Orange

📋 copy color: '#DA351E'

red 218 ◦ green 53 ◦ blue 30

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

Shades of Harley Davidson Orange #DA351E

Tints of Harley Davidson Orange #DA351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 72.43%
G = 17.61%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA351E (or 0xDA351E) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 1E. RGB value is (218,53,30). Sum of RGB (Red+Green+Blue) = 218+53+30=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA351E is #25CAE1. Grayscale: #636363. Windows color (decimal): -2476770 or 1979866. OLE color: 1979866.

HSL color Cylindrical-coordinate representation of color #DA351E: hue angle of 7.34º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA351E is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 30 -
CMYK 0 0.76 0.86 0.15
HSL 7.34º 0.76% 0.49% -
HSV(B) 7.34º 0.86% 0.85% -
XYZ 30.42 17.55 3.01 -
YUV 99.71 88.66 212.37 -
System Red Green Blue C M Y K H S L
Decimal 218 53 30 0 0.76 0.86 0.15 7.34 0.76 0.49
Hex DA 35 1E 0 4C 56 F 7 4C 31
Octal 332 65 36 0 114 126 17 7 114 61
Binary 11011010 110101 11110 0 1001100 1010110 1111 111 1001100 110001

Color Harmonies of #DA351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA351E

Black with #DA351E

Text Example


Text Example

White with #DA351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA351E; }

 p { color: rgb(218,53,30); }

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

background-color css

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

 a { background-color: rgb(218,53,30); }

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

border-color css

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

 span { border-color: rgb(218,53,30); }

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