Html Css Color HEX #DA3802 Harley Davidson Orange

📋 copy color: '#DA3802'

red 218 ◦ green 56 ◦ blue 2

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

Shades of Harley Davidson Orange #DA3802

Tints of Harley Davidson Orange #DA3802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.29%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 78.99%
G = 20.29%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA3802 (or 0xDA3802) is known color: Harley Davidson Orange. HEX triplet: DA, 38 and 02. RGB value is (218,56,2). Sum of RGB (Red+Green+Blue) = 218+56+2=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3802 is #25C7FD. Grayscale: #626262. Windows color (decimal): -2476030 or 145626. OLE color: 145626.

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

Color convert

RGB 218 56 2 -
CMYK 0 0.74 0.99 0.15
HSL 15º 0.98% 0.43% -
HSV(B) 15º 0.99% 0.85% -
XYZ 30.34 17.74 1.88 -
YUV 98.28 73.67 213.39 -
System Red Green Blue C M Y K H S L
Decimal 218 56 2 0 0.74 0.99 0.15 15 0.98 0.43
Hex DA 38 2 0 4A 63 F F 62 2B
Octal 332 70 2 0 112 143 17 17 142 53
Binary 11011010 111000 10 0 1001010 1100011 1111 1111 1100010 101011

Color Harmonies of #DA3802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3802

Black with #DA3802

Text Example


Text Example

White with #DA3802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3802; }

 p { color: rgb(218,56,2); }

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

background-color css

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

 a { background-color: rgb(218,56,2); }

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

border-color css

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

 span { border-color: rgb(218,56,2); }

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