Html Css Color HEX #DA3C1C Harley Davidson Orange

📋 copy color: '#DA3C1C'

red 218 ◦ green 60 ◦ blue 28

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

Shades of Harley Davidson Orange #DA3C1C

Tints of Harley Davidson Orange #DA3C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 71.24%
G = 19.61%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA3C1C (or 0xDA3C1C) is known color: Harley Davidson Orange. HEX triplet: DA, 3C and 1C. RGB value is (218,60,28). Sum of RGB (Red+Green+Blue) = 218+60+28=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C1C is #25C3E3. Grayscale: #676767. Windows color (decimal): -2474980 or 1850586. OLE color: 1850586.

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

Color convert

RGB 218 60 28 -
CMYK 0 0.72 0.87 0.15
HSL 10.11º 0.77% 0.48% -
HSV(B) 10.11º 0.87% 0.85% -
XYZ 30.74 18.22 3 -
YUV 103.59 85.35 209.6 -
System Red Green Blue C M Y K H S L
Decimal 218 60 28 0 0.72 0.87 0.15 10.11 0.77 0.48
Hex DA 3C 1C 0 48 57 F A 4D 30
Octal 332 74 34 0 110 127 17 12 115 60
Binary 11011010 111100 11100 0 1001000 1010111 1111 1010 1001101 110000

Color Harmonies of #DA3C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C1C

Black with #DA3C1C

Text Example


Text Example

White with #DA3C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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