Html Css Color HEX #DA3F08 Harley Davidson Orange

📋 copy color: '#DA3F08'

red 218 ◦ green 63 ◦ blue 8

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

Shades of Harley Davidson Orange #DA3F08

Tints of Harley Davidson Orange #DA3F08

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

 BLUE value IS 8 (3.52% from 255) = 2.77%

R = 75.43%
G = 21.8%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA3F08 (or 0xDA3F08) is known color: Harley Davidson Orange. HEX triplet: DA, 3F and 08. RGB value is (218,63,8). Sum of RGB (Red+Green+Blue) = 218+63+8=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3F08 is #25C0F7. Grayscale: #676767. Windows color (decimal): -2474232 or 540634. OLE color: 540634.

HSL color Cylindrical-coordinate representation of color #DA3F08: hue angle of 15.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA3F08 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 63 8 -
CMYK 0 0.71 0.96 0.15
HSL 15.71º 0.93% 0.44% -
HSV(B) 15.71º 0.96% 0.85% -
XYZ 30.73 18.48 2.18 -
YUV 103.08 74.35 209.97 -
System Red Green Blue C M Y K H S L
Decimal 218 63 8 0 0.71 0.96 0.15 15.71 0.93 0.44
Hex DA 3F 8 0 47 60 F 10 5D 2C
Octal 332 77 10 0 107 140 17 20 135 54
Binary 11011010 111111 1000 0 1000111 1100000 1111 10000 1011101 101100

Color Harmonies of #DA3F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F08

Black with #DA3F08

Text Example


Text Example

White with #DA3F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F08; }

 p { color: rgb(218,63,8); }

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

background-color css

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

 a { background-color: rgb(218,63,8); }

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

border-color css

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

 span { border-color: rgb(218,63,8); }

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