Html Css Color HEX #DA3C0D Harley Davidson Orange

📋 copy color: '#DA3C0D'

red 218 ◦ green 60 ◦ blue 13

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

Shades of Harley Davidson Orange #DA3C0D

Tints of Harley Davidson Orange #DA3C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.47%

R = 74.91%
G = 20.62%
B = 4.47%

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

#DA3C0D (or 0xDA3C0D) is known color: Harley Davidson Orange. HEX triplet: DA, 3C and 0D. RGB value is (218,60,13). Sum of RGB (Red+Green+Blue) = 218+60+13=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3C0D is #25C3F2. Grayscale: #666666. Windows color (decimal): -2474995 or 867546. OLE color: 867546.

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

Color convert

RGB 218 60 13 -
CMYK 0 0.72 0.94 0.15
HSL 13.76º 0.89% 0.45% -
HSV(B) 13.76º 0.94% 0.85% -
XYZ 30.6 18.17 2.27 -
YUV 101.88 77.85 210.82 -
System Red Green Blue C M Y K H S L
Decimal 218 60 13 0 0.72 0.94 0.15 13.76 0.89 0.45
Hex DA 3C D 0 48 5E F E 59 2D
Octal 332 74 15 0 110 136 17 16 131 55
Binary 11011010 111100 1101 0 1001000 1011110 1111 1110 1011001 101101

Color Harmonies of #DA3C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C0D

Black with #DA3C0D

Text Example


Text Example

White with #DA3C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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