Html Css Color HEX #DA350C Harley Davidson Orange

📋 copy color: '#DA350C'

red 218 ◦ green 53 ◦ blue 12

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

Shades of Harley Davidson Orange #DA350C

Tints of Harley Davidson Orange #DA350C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.24%

R = 77.03%
G = 18.73%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA350C (or 0xDA350C) is known color: Harley Davidson Orange. HEX triplet: DA, 35 and 0C. RGB value is (218,53,12). Sum of RGB (Red+Green+Blue) = 218+53+12=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA350C is #25CAF3. Grayscale: #616161. Windows color (decimal): -2476788 or 800218. OLE color: 800218.

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

Color convert

RGB 218 53 12 -
CMYK 0 0.76 0.94 0.15
HSL 11.94º 0.9% 0.45% -
HSV(B) 11.94º 0.94% 0.85% -
XYZ 30.25 17.48 2.13 -
YUV 97.66 79.66 213.83 -
System Red Green Blue C M Y K H S L
Decimal 218 53 12 0 0.76 0.94 0.15 11.94 0.9 0.45
Hex DA 35 C 0 4C 5E F C 5A 2D
Octal 332 65 14 0 114 136 17 14 132 55
Binary 11011010 110101 1100 0 1001100 1011110 1111 1100 1011010 101101

Color Harmonies of #DA350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA350C

Black with #DA350C

Text Example


Text Example

White with #DA350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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