Html Css Color HEX #DA3301 Harley Davidson Orange

📋 copy color: '#DA3301'

red 218 ◦ green 51 ◦ blue 1

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

Shades of Harley Davidson Orange #DA3301

Tints of Harley Davidson Orange #DA3301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 80.74%
G = 18.89%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA3301 (or 0xDA3301) is known color: Harley Davidson Orange. HEX triplet: DA, 33 and 01. RGB value is (218,51,1). Sum of RGB (Red+Green+Blue) = 218+51+1=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3301 is #25CCFE. Grayscale: #5F5F5F. Windows color (decimal): -2477311 or 78810. OLE color: 78810.

HSL color Cylindrical-coordinate representation of color #DA3301: hue angle of 13.82º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA3301 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 51 1 -
CMYK 0 0.77 1.00 0.15
HSL 13.82º 0.99% 0.43% -
HSV(B) 13.82º 1% 0.85% -
XYZ 30.1 17.28 1.78 -
YUV 95.23 74.83 215.57 -
System Red Green Blue C M Y K H S L
Decimal 218 51 1 0 0.77 1.00 0.15 13.82 0.99 0.43
Hex DA 33 1 0 4D 64 F E 63 2B
Octal 332 63 1 0 115 144 17 16 143 53
Binary 11011010 110011 1 0 1001101 1100100 1111 1110 1100011 101011

Color Harmonies of #DA3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3301

Black with #DA3301

Text Example


Text Example

White with #DA3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3301; }

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

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

background-color css

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

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

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

border-color css

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

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

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