Html Css Color HEX #DA3E02 Harley Davidson Orange

📋 copy color: '#DA3E02'

red 218 ◦ green 62 ◦ blue 2

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

Shades of Harley Davidson Orange #DA3E02

Tints of Harley Davidson Orange #DA3E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

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

R = 77.3%
G = 21.99%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA3E02 (or 0xDA3E02) is known color: Harley Davidson Orange. HEX triplet: DA, 3E and 02. RGB value is (218,62,2). Sum of RGB (Red+Green+Blue) = 218+62+2=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3E02 is #25C1FD. Grayscale: #666666. Windows color (decimal): -2474494 or 147162. OLE color: 147162.

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

Color convert

RGB 218 62 2 -
CMYK 0 0.72 0.99 0.15
HSL 16.67º 0.98% 0.43% -
HSV(B) 16.67º 0.99% 0.85% -
XYZ 30.65 18.36 1.99 -
YUV 101.8 71.68 210.88 -
System Red Green Blue C M Y K H S L
Decimal 218 62 2 0 0.72 0.99 0.15 16.67 0.98 0.43
Hex DA 3E 2 0 48 63 F 11 62 2B
Octal 332 76 2 0 110 143 17 21 142 53
Binary 11011010 111110 10 0 1001000 1100011 1111 10001 1100010 101011

Color Harmonies of #DA3E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3E02

Black with #DA3E02

Text Example


Text Example

White with #DA3E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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