Html Css Color HEX #DA4002 Harley Davidson Orange

📋 copy color: '#DA4002'

red 218 ◦ green 64 ◦ blue 2

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

Shades of Harley Davidson Orange #DA4002

Tints of Harley Davidson Orange #DA4002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

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

R = 76.76%
G = 22.54%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA4002 (or 0xDA4002) is known color: Harley Davidson Orange. HEX triplet: DA, 40 and 02. RGB value is (218,64,2). Sum of RGB (Red+Green+Blue) = 218+64+2=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4002 is #25BFFD. Grayscale: #676767. Windows color (decimal): -2473982 or 147674. OLE color: 147674.

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

Color convert

RGB 218 64 2 -
CMYK 0 0.71 0.99 0.15
HSL 17.22º 0.98% 0.43% -
HSV(B) 17.22º 0.99% 0.85% -
XYZ 30.76 18.58 2.02 -
YUV 102.98 71.02 210.04 -
System Red Green Blue C M Y K H S L
Decimal 218 64 2 0 0.71 0.99 0.15 17.22 0.98 0.43
Hex DA 40 2 0 47 63 F 11 62 2B
Octal 332 100 2 0 107 143 17 21 142 53
Binary 11011010 1000000 10 0 1000111 1100011 1111 10001 1100010 101011

Color Harmonies of #DA4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4002

Black with #DA4002

Text Example


Text Example

White with #DA4002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4002; }

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

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

background-color css

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

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

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

border-color css

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

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

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