Html Css Color HEX #DA3C0E Harley Davidson Orange

📋 copy color: '#DA3C0E'

red 218 ◦ green 60 ◦ blue 14

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

Shades of Harley Davidson Orange #DA3C0E

Tints of Harley Davidson Orange #DA3C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.55%

 BLUE value IS 14 (5.86% from 255) = 4.79%

R = 74.66%
G = 20.55%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA3C0E (or 0xDA3C0E) is known color: Harley Davidson Orange. HEX triplet: DA, 3C and 0E. RGB value is (218,60,14). Sum of RGB (Red+Green+Blue) = 218+60+14=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3C0E is #25C3F1. Grayscale: #666666. Windows color (decimal): -2474994 or 933082. OLE color: 933082.

HSL color Cylindrical-coordinate representation of color #DA3C0E: hue angle of 13.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA3C0E is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 60 14 -
CMYK 0 0.72 0.94 0.15
HSL 13.53º 0.88% 0.45% -
HSV(B) 13.53º 0.94% 0.85% -
XYZ 30.61 18.17 2.31 -
YUV 102 78.35 210.74 -
System Red Green Blue C M Y K H S L
Decimal 218 60 14 0 0.72 0.94 0.15 13.53 0.88 0.45
Hex DA 3C E 0 48 5E F E 58 2D
Octal 332 74 16 0 110 136 17 16 130 55
Binary 11011010 111100 1110 0 1001000 1011110 1111 1110 1011000 101101

Color Harmonies of #DA3C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C0E

Black with #DA3C0E

Text Example


Text Example

White with #DA3C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C0E; }

 p { color: rgb(218,60,14); }

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

background-color css

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

 a { background-color: rgb(218,60,14); }

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

border-color css

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

 span { border-color: rgb(218,60,14); }

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